HSL(194, 10%, 83%)

Grayish Cyan — Cyan color

Adjust Color

Color Information

Color Name

Grayish Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(194,10%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(194, 10%, 83%) color: hsl(194, 10%, 83%)
HEX #CFD6D8 color: #CFD6D8
RGB rgb(207, 214, 216) color: rgb(207, 214, 216)
CMYK cmyk(4%, 1%, 0%, 15%)
HSV hsv(193, 4%, 85%)
HWB hwb(193 82% 15%) color: hwb(193 82% 15%)
OKLCH oklch(0.8713 0.0081 216.63) color: oklch(0.8713 0.0081 216.63)
Lab lab(85.16 -1.99 -1.81) color: lab(85.16 -1.99 -1.81)
LCH lch(85.16 2.69 222.29) color: lch(85.16 2.69 222.29)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.47:1
vs Black 14.26:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D2D2D8 — rgb(210, 210, 216)

Deuteranopia (Green-blind)

#D2D1D7 — rgb(210, 209, 215)

Tritanopia (Blue-blind)

#CFD7D7 — rgb(207, 215, 215)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(194, 10%, 83%);

text

color: hsl(194, 10%, 83%);

border

border: 2px solid hsl(194, 10%, 83%);

gradient light

background: linear-gradient(to right, hsl(194, 10%, 100%), hsl(194, 10%, 83%));

gradient dark

background: linear-gradient(to right, hsl(194, 10%, 83%), hsl(194, 10%, 63%))

hex

background-color: #CFD6D8;

tailwind

bg-[hsl(194,10%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(194, 10%, 83%, 0.4);

css variable

--color-primary: hsl(194, 10%, 83%);

Related Colors

Use Cases for Grayish Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(194, 10%, 83%)?

HEX: #CFD6D8 | RGB: rgb(207, 214, 216) | CMYK: 4%, 1%, 0%, 15% | HSV: 193°, 4%, 85%. Copy any format from the conversion table above.

What colors go well with #CFD6D8?

The complementary color is HSL(14, 10%, 83%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(194, 10%, 83%) in CSS?

As HSL: color: hsl(194, 10%, 83%); — As HEX: color: #CFD6D8; — As RGB: color: rgb(207, 214, 216); — Tailwind CSS: bg-[hsl(194,10%,83%)] — CSS variable: --color-primary: hsl(194, 10%, 83%);