#c2f9fe
a pale, electric cyan · cool · closest name: white
RGB
194, 249, 254
HSL
185°, 97%, 88%
CMYK
24, 2, 0, 0
Luminance
0.8638
Every format
| HEX | #c2f9fe |
| RGB | rgb(194, 249, 254) |
| HSL | hsl(185, 97%, 88%) |
| CMYK | cmyk(24%, 2%, 0%, 0%) |
| LAB | lab(94.5 -16.2 -8.1) |
| LCH | lch(94.5 18.1 206.5) |
| OKLCH | oklch(0.946 0.056 203.2) |
Copy-ready code
/* CSS */
color: #c2f9fe;
background-color: #c2f9fe;
/* Tailwind (arbitrary) */
class="text-[#c2f9fe] bg-[#c2f9fe]"
/* SCSS */
$brand: #c2f9fe;
/* SwiftUI */
Color(red: 0.761, green: 0.976, blue: 0.996)
/* Android */
Color.parseColor("#c2f9fe")Accessibility — WCAG contrast
Aa
#c2f9fe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f9fe on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green97.6%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta2.0%
Yellow0.0%
Key (black)0.4%
Color previews
#c2f9fe text on a black background
contrast 18.28:1
Card sample
#c2f9fe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f9fe;
Background color
Panel with #c2f9fe background
background-color: #c2f9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 249, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 249, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f9fe; background: linear-gradient(135deg, #c2f9fe, #C2D1FE);