#75cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
117, 207, 223
HSL
189°, 62%, 67%
CMYK
48, 7, 0, 13
Luminance
0.5374
Every format
| HEX | #75cfdf |
| RGB | rgb(117, 207, 223) |
| HSL | hsl(189, 62%, 67%) |
| CMYK | cmyk(48%, 7%, 0%, 13%) |
| LAB | lab(78.3 -22.8 -16.3) |
| LCH | lch(78.3 28.0 215.6) |
| OKLCH | oklch(0.804 0.089 210.3) |
Copy-ready code
/* CSS */
color: #75cfdf;
background-color: #75cfdf;
/* Tailwind (arbitrary) */
class="text-[#75cfdf] bg-[#75cfdf]"
/* SCSS */
$brand: #75cfdf;
/* SwiftUI */
Color(red: 0.459, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#75cfdf")Accessibility — WCAG contrast
Aa
#75cfdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75cfdf on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#75cfdf text on a black background
contrast 11.75:1
Card sample
#75cfdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75cfdf;
Background color
Panel with #75cfdf background
background-color: #75cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75cfdf; background: linear-gradient(135deg, #75cfdf, #7588DF);