#68cddb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
104, 205, 219
HSL
187°, 62%, 63%
CMYK
53, 6, 0, 14
Luminance
0.5172
Every format
| HEX | #68cddb |
| RGB | rgb(104, 205, 219) |
| HSL | hsl(187, 62%, 63%) |
| CMYK | cmyk(53%, 6%, 0%, 14%) |
| LAB | lab(77.1 -25.6 -16.0) |
| LCH | lch(77.1 30.2 211.9) |
| OKLCH | oklch(0.793 0.096 207.3) |
Copy-ready code
/* CSS */
color: #68cddb;
background-color: #68cddb;
/* Tailwind (arbitrary) */
class="text-[#68cddb] bg-[#68cddb]"
/* SCSS */
$brand: #68cddb;
/* SwiftUI */
Color(red: 0.408, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#68cddb")Accessibility — WCAG contrast
Aa
#68cddb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68cddb on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green80.4%
Blue85.9%
CMYK percentages
Cyan52.5%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#68cddb text on a black background
contrast 11.34:1
Card sample
#68cddb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68cddb;
Background color
Panel with #68cddb background
background-color: #68cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68cddb; background: linear-gradient(135deg, #68cddb, #6880DB);