Generated palette
Safety Blue Palette
Safety Blue Palette: #0067A5, #A33F00, #00A390, #0013A3. Check roles, contrast and CSS variables; open source-color links and JSON.
Safety Blue Palette assigns primary #0067A5, secondary #A33F00, surface #00A390, background #0013A3, accent #FFFFFF. The set spans Blue, Orange, Cyan, and Gray families with cool, warm, and neutral temperatures. Luminance runs from #0013A3 at 0.0311 to #FFFFFF at 1; black gives higher contrast on 2 of 5 values.
Palette Color Roles
Safety Blue Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#0067A5Safety Blue#A33F00#A33F00#00A390#00A390#0013A3#0013A3#FFFFFFWhiteCSS Variables
--palette-safety-blue-primary: #0067A5; --palette-safety-blue-secondary: #A33F00; --palette-safety-blue-surface: #00A390; --palette-safety-blue-background: #0013A3; --palette-safety-blue-accent: #FFFFFF;
Accessibility Snapshot
Compare all 5 Safety Blue Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Safety Blue Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Safety Blue Palette Data (JSON)
Structured palette data for Safety Blue Palette, including color roles, accessibility, semantic groups, use cases, CSS variables, and API links.
colorsPalette colors with roles and color systemsrolesPrimary, secondary, surface, background, and accent mappingaccessibilityContrast and WCAG text options by palette colorsemanticGroupsAI-readable palette labelsuseCasesDesign and implementation contextscssVariablesCopy-ready CSS custom propertiesStructured sections
Roles
[
{
"role": "primary",
"hex": "#0067A5",
"name": "Safety Blue"
},
{
"role": "secondary",
"hex": "#A33F00",
"name": "#A33F00"
},
{
"role": "surface",
"hex": "#00A390",
"name": "#00A390"
},
{
"role": "background",
"hex": "#0013A3",
"name": "#0013A3"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
]Accessibility
[
{
"role": "primary",
"hex": "#0067A5",
"name": "Safety Blue",
"blackContrast": 3.48,
"whiteContrast": 6.03,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#A33F00",
"name": "#A33F00",
"blackContrast": 3.27,
"whiteContrast": 6.43,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#00A390",
"name": "#00A390",
"blackContrast": 6.64,
"whiteContrast": 3.16,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#0013A3",
"name": "#0013A3",
"blackContrast": 1.62,
"whiteContrast": 12.95,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
]Semantic groups
[
"safety blue palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"jewel tone palette",
"balanced palette",
"light palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
]CSS variables
"--palette-safety-blue-primary: #0067A5;\n--palette-safety-blue-secondary: #A33F00;\n--palette-safety-blue-surface: #00A390;\n--palette-safety-blue-background: #0013A3;\n--palette-safety-blue-accent: #FFFFFF;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "safety-blue",
"name": "Safety Blue Palette",
"type": "generated",
"sourceColor": "safety-blue",
"description": "Generated palette built from Safety Blue, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Safety Blue Palette combines primary #0067A5, secondary #A33F00, surface #00A390, background #0013A3, accent #FFFFFF. According to Colors Encyclopedia, the palette works as a blue palette, orange palette, cyan palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.",
"semanticGroups": [
"safety blue palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"jewel tone palette",
"balanced palette",
"light palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#0067A5",
"slug": "safety-blue",
"name": "Safety Blue",
"rgb": [
0,
103,
165
],
"hsl": [
203,
100,
32
],
"cmyk": [
100,
38,
0,
35
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.1242,
"contrast": {
"black": 3.48,
"white": 6.03
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/safety-blue/"
},
{
"role": "secondary",
"hex": "#A33F00",
"slug": null,
"name": "#A33F00",
"rgb": [
163,
63,
0
],
"hsl": [
23,
100,
32
],
"cmyk": [
0,
61,
100,
36
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.1134,
"contrast": {
"black": 3.27,
"white": 6.43
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "surface",
"hex": "#00A390",
"slug": null,
"name": "#00A390",
"rgb": [
0,
163,
144
],
"hsl": [
173,
100,
32
],
"cmyk": [
100,
0,
12,
36
],
"family": "cyan",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2821,
"contrast": {
"black": 6.64,
"white": 3.16
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#0013A3",
"slug": null,
"name": "#0013A3",
"rgb": [
0,
19,
163
],
"hsl": [
233,
100,
32
],
"cmyk": [
100,
88,
0,
36
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.0311,
"contrast": {
"black": 1.62,
"white": 12.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": null
},
{
"role": "accent",
"hex": "#FFFFFF",
"slug": "white",
"name": "White",
"rgb": [
255,
255,
255
],
"hsl": [
0,
0,
100
],
"cmyk": [
0,
0,
0,
0
],
"family": "gray",
"temperature": "neutral",
"tone": [
"light",
"neutral"
],
"luminance": 1,
"contrast": {
"black": 21,
"white": 1
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/white/"
}
],
"roles": [
{
"role": "primary",
"hex": "#0067A5",
"name": "Safety Blue"
},
{
"role": "secondary",
"hex": "#A33F00",
"name": "#A33F00"
},
{
"role": "surface",
"hex": "#00A390",
"name": "#00A390"
},
{
"role": "background",
"hex": "#0013A3",
"name": "#0013A3"
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#0067A5",
"name": "Safety Blue",
"blackContrast": 3.48,
"whiteContrast": 6.03,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#A33F00",
"name": "#A33F00",
"blackContrast": 3.27,
"whiteContrast": 6.43,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#00A390",
"name": "#00A390",
"blackContrast": 6.64,
"whiteContrast": 3.16,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#0013A3",
"name": "#0013A3",
"blackContrast": 1.62,
"whiteContrast": 12.95,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "accent",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
],
"cssVariables": "--palette-safety-blue-primary: #0067A5;\n--palette-safety-blue-secondary: #A33F00;\n--palette-safety-blue-surface: #00A390;\n--palette-safety-blue-background: #0013A3;\n--palette-safety-blue-accent: #FFFFFF;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/safety-blue.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/safety-blue.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/safety-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/safety-blue.json"
}