Named color

Powder Blue

Powder Blue is a balanced cyan color with HEX #B0E0E6. According to Colors Encyclopedia, it has RGB 176, 224, 230, HSL 187, 52%, 80%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #B0E0E6
RGB rgb(176, 224, 230)
HSL hsl(187 52% 80%)
CMYK cmyk(23, 3, 0, 10)
Luminance 0.6825
Contrast Black 14.65:1White 1.43:1

CSS Utilities

--color-powder-blue: #B0E0E6;
.bg-powder-blue { background-color: #B0E0E6; }
.text-powder-blue { color: #B0E0E6; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.6825
Black text14.65:1AA Pass
White text1.43:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#B0E0E6",
  "rgb": [
    176,
    224,
    230
  ],
  "hsl": [
    187,
    52,
    80
  ],
  "cmyk": [
    23,
    3,
    0,
    10
  ],
  "luminance": 0.6825,
  "contrast": {
    "black": 14.65,
    "white": 1.43
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#E7B8B1",
  "analogous": [
    "#B1E7D2",
    "#B1C6E7"
  ],
  "triadic": [
    "#E7B1E0",
    "#E0E7B1"
  ],
  "tetradic": [
    "#D2B1E7",
    "#E7B8B1",
    "#C6E7B1"
  ],
  "splitComplementary": [
    "#E7B1C6",
    "#E7D2B1"
  ],
  "monochromatic": [
    "#F7FCFD",
    "#B0E0E6",
    "#6CC5D0"
  ]
}
Variants
{
  "light": "#F7FCFD",
  "dark": "#6CC5D0",
  "saturated": "#A6E9F2",
  "desaturated": "#BDD8DB",
  "pastel": "#FFFFFF",
  "neon": "#C2F8FF"
}
Pairings
{
  "best": [
    "#000000",
    "#E7B8B1",
    "#B1E7D2",
    "#B1C6E7"
  ],
  "avoid": [
    "#BDD8DB",
    "#F7FCFD"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#F7FCFD",
    "#BDD8DB"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "light-blue",
    "powder-sky",
    "pastel-aqua",
    "pale-turquoise",
    "pastel-teal"
  ],
  "generatedPalettes": [
    "powder-blue"
  ],
  "generatedComparisons": [
    "light-blue-vs-powder-blue",
    "pale-turquoise-vs-powder-blue",
    "pastel-aqua-vs-powder-blue",
    "powder-blue-vs-powder-sky"
  ],
  "relatedFamilies": [
    "/colors/by-family/cyan",
    "/colors/by-temperature/cool",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/powder-blue",
    "/wcag/powder-blue",
    "/css/colors/powder-blue",
    "/hex/b0e0e6"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/cyan",
      "/colors/by-temperature/cool",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/powder-blue"
    ],
    "related": [
      "/colors/light-blue",
      "/colors/powder-sky",
      "/colors/pastel-aqua",
      "/colors/pale-turquoise",
      "/colors/pastel-teal",
      "/compare/light-blue-vs-powder-blue",
      "/compare/pale-turquoise-vs-powder-blue",
      "/compare/pastel-aqua-vs-powder-blue",
      "/compare/powder-blue-vs-powder-sky",
      "/harmonies/powder-blue",
      "/wcag/powder-blue",
      "/css/colors/powder-blue",
      "/hex/b0e0e6"
    ]
  }
}
Full JSON dataset
{
  "slug": "powder-blue",
  "name": "Powder Blue",
  "cssName": "powderblue",
  "hex": "#B0E0E6",
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "balanced"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "powderblue"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "cyan",
    "cool",
    "balanced",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 63,
  "rgb": [
    176,
    224,
    230
  ],
  "hsl": [
    187,
    52,
    80
  ],
  "cmyk": [
    23,
    3,
    0,
    10
  ],
  "luminance": 0.6825,
  "contrast": {
    "black": 14.65,
    "white": 1.43
  },
  "harmonies": {
    "complementary": "#E7B8B1",
    "analogous": [
      "#B1E7D2",
      "#B1C6E7"
    ],
    "triadic": [
      "#E7B1E0",
      "#E0E7B1"
    ],
    "tetradic": [
      "#D2B1E7",
      "#E7B8B1",
      "#C6E7B1"
    ],
    "splitComplementary": [
      "#E7B1C6",
      "#E7D2B1"
    ],
    "monochromatic": [
      "#F7FCFD",
      "#B0E0E6",
      "#6CC5D0"
    ]
  },
  "variants": {
    "light": "#F7FCFD",
    "dark": "#6CC5D0",
    "saturated": "#A6E9F2",
    "desaturated": "#BDD8DB",
    "pastel": "#FFFFFF",
    "neon": "#C2F8FF"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-powder-blue: #B0E0E6;",
    "utility": ".bg-powder-blue { background-color: #B0E0E6; }",
    "textUtility": ".text-powder-blue { color: #B0E0E6; }"
  },
  "nearestColors": [
    "light-blue",
    "powder-sky",
    "pastel-aqua",
    "pale-turquoise",
    "pastel-teal"
  ],
  "generatedPalettes": [
    "powder-blue"
  ],
  "generatedComparisons": [
    "light-blue-vs-powder-blue",
    "pale-turquoise-vs-powder-blue",
    "pastel-aqua-vs-powder-blue",
    "powder-blue-vs-powder-sky"
  ],
  "relatedFamilies": [
    "/colors/by-family/cyan",
    "/colors/by-temperature/cool",
    "/colors/by-tone/balanced"
  ],
  "relatedTools": [
    "/harmonies/powder-blue",
    "/wcag/powder-blue",
    "/css/colors/powder-blue",
    "/hex/b0e0e6"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/cyan",
      "/colors/by-temperature/cool",
      "/colors/by-tone/balanced"
    ],
    "narrower": [
      "/palettes/powder-blue"
    ],
    "related": [
      "/colors/light-blue",
      "/colors/powder-sky",
      "/colors/pastel-aqua",
      "/colors/pale-turquoise",
      "/colors/pastel-teal",
      "/compare/light-blue-vs-powder-blue",
      "/compare/pale-turquoise-vs-powder-blue",
      "/compare/pastel-aqua-vs-powder-blue",
      "/compare/powder-blue-vs-powder-sky",
      "/harmonies/powder-blue",
      "/wcag/powder-blue",
      "/css/colors/powder-blue",
      "/hex/b0e0e6"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#E7B8B1",
      "#B1E7D2",
      "#B1C6E7"
    ],
    "avoid": [
      "#BDD8DB",
      "#F7FCFD"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#F7FCFD",
      "#BDD8DB"
    ]
  }
}

Color meaning and use

About Powder Blue Color

Powder Blue sits in the cyan family with cool temperature and balanced visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Powder Blue is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Powder Blue against black and white text.

Black text14.65:1AA Pass
White text1.43:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#E7B8B1#E7B8B1
#B1E7D2#B1E7D2
#B1C6E7#B1C6E7
#E7B1E0#E7B1E0
#E0E7B1#E0E7B1

Variants

#F7FCFD#F7FCFD
#6CC5D0#6CC5D0
#A6E9F2#A6E9F2
#BDD8DB#BDD8DB
White#FFFFFF
#C2F8FF#C2F8FF

Pairings

Black#000000
#E7B8B1#E7B8B1
#B1E7D2#B1E7D2
#B1C6E7#B1C6E7
Matte Black#1A1A1A
White Smoke#F5F5F5