Generated palette
Jet Palette
Jet Palette: #343434, #333333, #FFFFFF, #616161. Check roles, contrast and CSS variables; open source-color links and JSON.
Jet Palette assigns primary #343434, secondary #333333, surface #FFFFFF, background #616161. The set spans Gray families with neutral temperature. Luminance runs from #333333 at 0.0331 to #FFFFFF at 1; black gives higher contrast on 1 of 4 values.
Palette Color Roles
Jet Palette maps 4 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#343434Jet#333333#333333#FFFFFFWhite#616161#616161CSS Variables
--palette-jet-primary: #343434; --palette-jet-secondary: #333333; --palette-jet-surface: #FFFFFF; --palette-jet-background: #616161;
Accessibility Snapshot
Compare all 4 Jet Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Jet Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Jet Palette Data (JSON)
Structured palette data for Jet 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": "#343434",
"name": "Jet"
},
{
"role": "secondary",
"hex": "#333333",
"name": "#333333"
},
{
"role": "surface",
"hex": "#FFFFFF",
"name": "White"
},
{
"role": "background",
"hex": "#616161",
"name": "#616161"
}
]Accessibility
[
{
"role": "primary",
"hex": "#343434",
"name": "Jet",
"blackContrast": 1.69,
"whiteContrast": 12.46,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "secondary",
"hex": "#333333",
"name": "#333333",
"blackContrast": 1.66,
"whiteContrast": 12.64,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#616161",
"name": "#616161",
"blackContrast": 3.39,
"whiteContrast": 6.19,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
}
]Semantic groups
[
"jet palette",
"generated palette",
"gray palette",
"dark palette",
"light palette",
"neutral palette",
"muted palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes"
]CSS variables
"--palette-jet-primary: #343434;\n--palette-jet-secondary: #333333;\n--palette-jet-surface: #FFFFFF;\n--palette-jet-background: #616161;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "jet",
"name": "Jet Palette",
"type": "generated",
"sourceColor": "jet",
"description": "Generated palette built from Jet, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Jet Palette combines primary #343434, secondary #333333, surface #FFFFFF, background #616161. According to Colors Encyclopedia, the palette works as a gray palette, dark palette, light 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": [
"jet palette",
"generated palette",
"gray palette",
"dark palette",
"light palette",
"neutral palette",
"muted palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes"
],
"colors": [
{
"role": "primary",
"hex": "#343434",
"slug": "jet",
"name": "Jet",
"rgb": [
52,
52,
52
],
"hsl": [
0,
0,
20
],
"cmyk": [
0,
0,
0,
80
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"luminance": 0.0343,
"contrast": {
"black": 1.69,
"white": 12.46
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/jet/"
},
{
"role": "secondary",
"hex": "#333333",
"slug": null,
"name": "#333333",
"rgb": [
51,
51,
51
],
"hsl": [
0,
0,
20
],
"cmyk": [
0,
0,
0,
80
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"luminance": 0.0331,
"contrast": {
"black": 1.66,
"white": 12.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": null
},
{
"role": "surface",
"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/"
},
{
"role": "background",
"hex": "#616161",
"slug": null,
"name": "#616161",
"rgb": [
97,
97,
97
],
"hsl": [
0,
0,
38
],
"cmyk": [
0,
0,
0,
62
],
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"luminance": 0.1195,
"contrast": {
"black": 3.39,
"white": 6.19
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
}
],
"roles": [
{
"role": "primary",
"hex": "#343434",
"name": "Jet"
},
{
"role": "secondary",
"hex": "#333333",
"name": "#333333"
},
{
"role": "surface",
"hex": "#FFFFFF",
"name": "White"
},
{
"role": "background",
"hex": "#616161",
"name": "#616161"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#343434",
"name": "Jet",
"blackContrast": 1.69,
"whiteContrast": 12.46,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "secondary",
"hex": "#333333",
"name": "#333333",
"blackContrast": 1.66,
"whiteContrast": 12.64,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
},
{
"role": "surface",
"hex": "#FFFFFF",
"name": "White",
"blackContrast": 21,
"whiteContrast": 1,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#616161",
"name": "#616161",
"blackContrast": 3.39,
"whiteContrast": 6.19,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
}
],
"cssVariables": "--palette-jet-primary: #343434;\n--palette-jet-secondary: #333333;\n--palette-jet-surface: #FFFFFF;\n--palette-jet-background: #616161;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/jet.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/jet.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/jet/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/jet.json"
}