#c7f2f4
a pale, vivid cyan · cool · closest name: white
RGB
199, 242, 244
HSL
183°, 67%, 87%
CMYK
18, 1, 0, 4
Luminance
0.8218
Every format
| HEX | #c7f2f4 |
| RGB | rgb(199, 242, 244) |
| HSL | hsl(183, 67%, 87%) |
| CMYK | cmyk(18%, 1%, 0%, 4%) |
| LAB | lab(92.7 -13.3 -5.5) |
| LCH | lch(92.7 14.4 202.6) |
| OKLCH | oklch(0.932 0.044 199.9) |
Copy-ready code
/* CSS */
color: #c7f2f4;
background-color: #c7f2f4;
/* Tailwind (arbitrary) */
class="text-[#c7f2f4] bg-[#c7f2f4]"
/* SCSS */
$brand: #c7f2f4;
/* SwiftUI */
Color(red: 0.780, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#c7f2f4")Accessibility — WCAG contrast
Aa
#c7f2f4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f2f4 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.9%
Blue95.7%
CMYK percentages
Cyan18.4%
Magenta0.8%
Yellow0.0%
Key (black)4.3%
Color previews
#c7f2f4 text on a black background
contrast 17.44:1
Card sample
#c7f2f4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f2f4;
Background color
Panel with #c7f2f4 background
background-color: #c7f2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 242, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 242, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f2f4; background: linear-gradient(135deg, #c7f2f4, #C7D4F4);