#c2f0fe
a pale, electric cyan · cool · closest name: lavender
RGB
194, 240, 254
HSL
194°, 97%, 88%
CMYK
24, 6, 0, 0
Luminance
0.8095
Every format
| HEX | #c2f0fe |
| RGB | rgb(194, 240, 254) |
| HSL | hsl(194, 97%, 88%) |
| CMYK | cmyk(24%, 6%, 0%, 0%) |
| LAB | lab(92.1 -11.7 -11.6) |
| LCH | lch(92.1 16.4 224.8) |
| OKLCH | oklch(0.927 0.051 218.3) |
Copy-ready code
/* CSS */
color: #c2f0fe;
background-color: #c2f0fe;
/* Tailwind (arbitrary) */
class="text-[#c2f0fe] bg-[#c2f0fe]"
/* SCSS */
$brand: #c2f0fe;
/* SwiftUI */
Color(red: 0.761, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#c2f0fe")Accessibility — WCAG contrast
Aa
#c2f0fe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f0fe on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.1%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c2f0fe text on a black background
contrast 17.19:1
Card sample
#c2f0fe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f0fe;
Background color
Panel with #c2f0fe background
background-color: #c2f0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f0fe; background: linear-gradient(135deg, #c2f0fe, #C2C8FE);