#cff0f7
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 240, 247
HSL
191°, 71%, 89%
CMYK
16, 3, 0, 3
Luminance
0.8230
Every format
| HEX | #cff0f7 |
| RGB | rgb(207, 240, 247) |
| HSL | hsl(191, 71%, 89%) |
| CMYK | cmyk(16%, 3%, 0%, 3%) |
| LAB | lab(92.7 -9.3 -7.0) |
| LCH | lch(92.7 11.6 217.0) |
| OKLCH | oklch(0.934 0.036 211.9) |
Copy-ready code
/* CSS */
color: #cff0f7;
background-color: #cff0f7;
/* Tailwind (arbitrary) */
class="text-[#cff0f7] bg-[#cff0f7]"
/* SCSS */
$brand: #cff0f7;
/* SwiftUI */
Color(red: 0.812, green: 0.941, blue: 0.969)
/* Android */
Color.parseColor("#cff0f7")Accessibility — WCAG contrast
Aa
#cff0f7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff0f7 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.1%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta2.8%
Yellow0.0%
Key (black)3.1%
Color previews
#cff0f7 text on a black background
contrast 17.46:1
Card sample
#cff0f7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff0f7;
Background color
Panel with #cff0f7 background
background-color: #cff0f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff0f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 240, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 240, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff0f7; background: linear-gradient(135deg, #cff0f7, #CFD5F7);