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