#95cddb
a light, vivid cyan · cool · closest name: skyblue
RGB
149, 205, 219
HSL
192°, 49%, 72%
CMYK
32, 6, 0, 14
Luminance
0.5517
Every format
| HEX | #95cddb |
| RGB | rgb(149, 205, 219) |
| HSL | hsl(192, 49%, 72%) |
| CMYK | cmyk(32%, 6%, 0%, 14%) |
| LAB | lab(79.1 -14.7 -12.7) |
| LCH | lch(79.1 19.4 221.0) |
| OKLCH | oklch(0.815 0.061 214.9) |
Copy-ready code
/* CSS */
color: #95cddb;
background-color: #95cddb;
/* Tailwind (arbitrary) */
class="text-[#95cddb] bg-[#95cddb]"
/* SCSS */
$brand: #95cddb;
/* SwiftUI */
Color(red: 0.584, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#95cddb")Accessibility — WCAG contrast
Aa
#95cddb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95cddb on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green80.4%
Blue85.9%
CMYK percentages
Cyan32.0%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#95cddb text on a black background
contrast 12.03:1
Card sample
#95cddb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95cddb;
Background color
Panel with #95cddb background
background-color: #95cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95cddb; background: linear-gradient(135deg, #95cddb, #959EDB);