#95cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 207, 223
HSL
193°, 54%, 73%
CMYK
33, 7, 0, 13
Luminance
0.5634
Every format
| HEX | #95cfdf |
| RGB | rgb(149, 207, 223) |
| HSL | hsl(193, 54%, 73%) |
| CMYK | cmyk(33%, 7%, 0%, 13%) |
| LAB | lab(79.8 -14.7 -13.9) |
| LCH | lch(79.8 20.2 223.3) |
| OKLCH | oklch(0.820 0.064 216.7) |
Copy-ready code
/* CSS */
color: #95cfdf;
background-color: #95cfdf;
/* Tailwind (arbitrary) */
class="text-[#95cfdf] bg-[#95cfdf]"
/* SCSS */
$brand: #95cfdf;
/* SwiftUI */
Color(red: 0.584, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#95cfdf")Accessibility — WCAG contrast
Aa
#95cfdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cfdf on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#95cfdf text on a black background
contrast 12.27:1
Card sample
#95cfdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cfdf;
Background color
Panel with #95cfdf background
background-color: #95cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cfdf; background: linear-gradient(135deg, #95cfdf, #959DDF);