#c9f2fc
a pale, electric cyan · cool · closest name: lavender
RGB
201, 242, 252
HSL
192°, 90%, 89%
CMYK
20, 4, 0, 1
Luminance
0.8295
Every format
| HEX | #c9f2fc |
| RGB | rgb(201, 242, 252) |
| HSL | hsl(192, 90%, 89%) |
| CMYK | cmyk(20%, 4%, 0%, 1%) |
| LAB | lab(93.0 -11.1 -9.2) |
| LCH | lch(93.0 14.4 219.7) |
| OKLCH | oklch(0.935 0.044 214.2) |
Copy-ready code
/* CSS */
color: #c9f2fc;
background-color: #c9f2fc;
/* Tailwind (arbitrary) */
class="text-[#c9f2fc] bg-[#c9f2fc]"
/* SCSS */
$brand: #c9f2fc;
/* SwiftUI */
Color(red: 0.788, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#c9f2fc")Accessibility — WCAG contrast
Aa
#c9f2fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f2fc on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green94.9%
Blue98.8%
CMYK percentages
Cyan20.2%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#c9f2fc text on a black background
contrast 17.59:1
Card sample
#c9f2fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f2fc;
Background color
Panel with #c9f2fc background
background-color: #c9f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f2fc; background: linear-gradient(135deg, #c9f2fc, #C9D0FC);