#c9fdff
a pale, electric cyan · cool · closest name: white
RGB
201, 253, 255
HSL
182°, 100%, 89%
CMYK
21, 1, 0, 0
Luminance
0.8989
Every format
| HEX | #c9fdff |
| RGB | rgb(201, 253, 255) |
| HSL | hsl(182, 100%, 89%) |
| CMYK | cmyk(21%, 1%, 0%, 0%) |
| LAB | lab(96.0 -15.9 -6.4) |
| LCH | lch(96.0 17.1 201.8) |
| OKLCH | oklch(0.959 0.053 199.2) |
Copy-ready code
/* CSS */
color: #c9fdff;
background-color: #c9fdff;
/* Tailwind (arbitrary) */
class="text-[#c9fdff] bg-[#c9fdff]"
/* SCSS */
$brand: #c9fdff;
/* SwiftUI */
Color(red: 0.788, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#c9fdff")Accessibility — WCAG contrast
Aa
#c9fdff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fdff on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.2%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c9fdff text on a black background
contrast 18.98:1
Card sample
#c9fdff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fdff;
Background color
Panel with #c9fdff background
background-color: #c9fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fdff; background: linear-gradient(135deg, #c9fdff, #C9D9FF);