#cff1f8
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 241, 248
HSL
190°, 75%, 89%
CMYK
17, 3, 0, 3
Luminance
0.8295
Every format
| HEX | #cff1f8 |
| RGB | rgb(207, 241, 248) |
| HSL | hsl(190, 75%, 89%) |
| CMYK | cmyk(17%, 3%, 0%, 3%) |
| LAB | lab(93.0 -9.6 -7.1) |
| LCH | lch(93.0 11.9 216.4) |
| OKLCH | oklch(0.936 0.037 211.5) |
Copy-ready code
/* CSS */
color: #cff1f8;
background-color: #cff1f8;
/* Tailwind (arbitrary) */
class="text-[#cff1f8] bg-[#cff1f8]"
/* SCSS */
$brand: #cff1f8;
/* SwiftUI */
Color(red: 0.812, green: 0.945, blue: 0.973)
/* Android */
Color.parseColor("#cff1f8")Accessibility — WCAG contrast
Aa
#cff1f8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff1f8 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.5%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta2.8%
Yellow0.0%
Key (black)2.7%
Color previews
#cff1f8 text on a black background
contrast 17.59:1
Card sample
#cff1f8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff1f8;
Background color
Panel with #cff1f8 background
background-color: #cff1f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff1f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 241, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 241, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff1f8; background: linear-gradient(135deg, #cff1f8, #CFD6F8);