#cdf6f3
a pale, vivid cyan · cool · closest name: white
RGB
205, 246, 243
HSL
176°, 70%, 88%
CMYK
17, 0, 1, 4
Luminance
0.8536
Every format
| HEX | #cdf6f3 |
| RGB | rgb(205, 246, 243) |
| HSL | hsl(176, 70%, 88%) |
| CMYK | cmyk(17%, 0%, 1%, 4%) |
| LAB | lab(94.0 -13.7 -2.9) |
| LCH | lch(94.0 14.0 192.1) |
| OKLCH | oklch(0.944 0.042 191.0) |
Copy-ready code
/* CSS */
color: #cdf6f3;
background-color: #cdf6f3;
/* Tailwind (arbitrary) */
class="text-[#cdf6f3] bg-[#cdf6f3]"
/* SCSS */
$brand: #cdf6f3;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.953)
/* Android */
Color.parseColor("#cdf6f3")Accessibility — WCAG contrast
Aa
#cdf6f3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf6f3 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue95.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow1.2%
Key (black)3.5%
Color previews
#cdf6f3 text on a black background
contrast 18.07:1
Card sample
#cdf6f3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf6f3;
Background color
Panel with #cdf6f3 background
background-color: #cdf6f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf6f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf6f3; background: linear-gradient(135deg, #cdf6f3, #CDDEF6);