#95bccf
a light, soft cyan · cool · closest name: skyblue
RGB
149, 188, 207
HSL
200°, 38%, 70%
CMYK
28, 9, 0, 19
Luminance
0.4686
Every format
| HEX | #95bccf |
| RGB | rgb(149, 188, 207) |
| HSL | hsl(200, 38%, 70%) |
| CMYK | cmyk(28%, 9%, 0%, 19%) |
| LAB | lab(74.1 -8.6 -13.8) |
| LCH | lch(74.1 16.3 238.0) |
| OKLCH | oklch(0.773 0.050 229.1) |
Copy-ready code
/* CSS */
color: #95bccf;
background-color: #95bccf;
/* Tailwind (arbitrary) */
class="text-[#95bccf] bg-[#95bccf]"
/* SCSS */
$brand: #95bccf;
/* SwiftUI */
Color(red: 0.584, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#95bccf")Accessibility — WCAG contrast
Aa
#95bccf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95bccf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green73.7%
Blue81.2%
CMYK percentages
Cyan28.0%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#95bccf text on a black background
contrast 10.37:1
Card sample
#95bccf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95bccf;
Background color
Panel with #95bccf background
background-color: #95bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95bccf; background: linear-gradient(135deg, #95bccf, #9595CF);