#65cddb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 205, 219
HSL
187°, 62%, 63%
CMYK
54, 6, 0, 14
Luminance
0.5154
Every format
| HEX | #65cddb |
| RGB | rgb(101, 205, 219) |
| HSL | hsl(187, 62%, 63%) |
| CMYK | cmyk(54%, 6%, 0%, 14%) |
| LAB | lab(77.0 -26.3 -16.1) |
| LCH | lch(77.0 30.8 211.6) |
| OKLCH | oklch(0.792 0.098 207.1) |
Copy-ready code
/* CSS */
color: #65cddb;
background-color: #65cddb;
/* Tailwind (arbitrary) */
class="text-[#65cddb] bg-[#65cddb]"
/* SCSS */
$brand: #65cddb;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#65cddb")Accessibility — WCAG contrast
Aa
#65cddb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cddb on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue85.9%
CMYK percentages
Cyan53.9%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#65cddb text on a black background
contrast 11.31:1
Card sample
#65cddb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cddb;
Background color
Panel with #65cddb background
background-color: #65cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cddb; background: linear-gradient(135deg, #65cddb, #657EDB);