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