#c2f6fe
a pale, electric cyan · cool · closest name: white
RGB
194, 246, 254
HSL
188°, 97%, 88%
CMYK
24, 3, 0, 0
Luminance
0.8454
Every format
| HEX | #c2f6fe |
| RGB | rgb(194, 246, 254) |
| HSL | hsl(188, 97%, 88%) |
| CMYK | cmyk(24%, 3%, 0%, 0%) |
| LAB | lab(93.7 -14.7 -9.2) |
| LCH | lch(93.7 17.4 212.2) |
| OKLCH | oklch(0.940 0.054 207.9) |
Copy-ready code
/* CSS */
color: #c2f6fe;
background-color: #c2f6fe;
/* Tailwind (arbitrary) */
class="text-[#c2f6fe] bg-[#c2f6fe]"
/* SCSS */
$brand: #c2f6fe;
/* SwiftUI */
Color(red: 0.761, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#c2f6fe")Accessibility — WCAG contrast
Aa
#c2f6fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f6fe on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.5%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#c2f6fe text on a black background
contrast 17.91:1
Card sample
#c2f6fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f6fe;
Background color
Panel with #c2f6fe background
background-color: #c2f6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f6fe; background: linear-gradient(135deg, #c2f6fe, #C2CEFE);