#95cccf
a light, soft cyan · cool · closest name: skyblue
RGB
149, 204, 207
HSL
183°, 38%, 70%
CMYK
28, 1, 0, 19
Luminance
0.5408
Every format
| HEX | #95cccf |
| RGB | rgb(149, 204, 207) |
| HSL | hsl(183, 38%, 70%) |
| CMYK | cmyk(28%, 1%, 0%, 19%) |
| LAB | lab(78.5 -16.9 -7.2) |
| LCH | lch(78.5 18.4 203.1) |
| OKLCH | oklch(0.808 0.057 200.3) |
Copy-ready code
/* CSS */
color: #95cccf;
background-color: #95cccf;
/* Tailwind (arbitrary) */
class="text-[#95cccf] bg-[#95cccf]"
/* SCSS */
$brand: #95cccf;
/* SwiftUI */
Color(red: 0.584, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#95cccf")Accessibility — WCAG contrast
Aa
#95cccf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cccf on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan28.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#95cccf text on a black background
contrast 11.82:1
Card sample
#95cccf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cccf;
Background color
Panel with #95cccf background
background-color: #95cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cccf; background: linear-gradient(135deg, #95cccf, #95A5CF);