#65cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 207, 223
HSL
188°, 66%, 64%
CMYK
55, 7, 0, 13
Luminance
0.5272
Every format
| HEX | #65cfdf |
| RGB | rgb(101, 207, 223) |
| HSL | hsl(188, 66%, 64%) |
| CMYK | cmyk(55%, 7%, 0%, 13%) |
| LAB | lab(77.7 -26.1 -17.3) |
| LCH | lch(77.7 31.3 213.4) |
| OKLCH | oklch(0.798 0.100 208.5) |
Copy-ready code
/* CSS */
color: #65cfdf;
background-color: #65cfdf;
/* Tailwind (arbitrary) */
class="text-[#65cfdf] bg-[#65cfdf]"
/* SCSS */
$brand: #65cfdf;
/* SwiftUI */
Color(red: 0.396, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#65cfdf")Accessibility — WCAG contrast
Aa
#65cfdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cfdf on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#65cfdf text on a black background
contrast 11.54:1
Card sample
#65cfdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cfdf;
Background color
Panel with #65cfdf background
background-color: #65cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cfdf; background: linear-gradient(135deg, #65cfdf, #657DDF);