#6fdce5
a light, vivid cyan · cool · closest name: skyblue
RGB
111, 220, 229
HSL
185°, 69%, 67%
CMYK
52, 4, 0, 10
Luminance
0.6022
Every format
| HEX | #6fdce5 |
| RGB | rgb(111, 220, 229) |
| HSL | hsl(185, 69%, 67%) |
| CMYK | cmyk(52%, 4%, 0%, 10%) |
| LAB | lab(82.0 -28.9 -14.0) |
| LCH | lch(82.0 32.1 205.9) |
| OKLCH | oklch(0.834 0.101 202.6) |
Copy-ready code
/* CSS */
color: #6fdce5;
background-color: #6fdce5;
/* Tailwind (arbitrary) */
class="text-[#6fdce5] bg-[#6fdce5]"
/* SCSS */
$brand: #6fdce5;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.898)
/* Android */
Color.parseColor("#6fdce5")Accessibility — WCAG contrast
Aa
#6fdce5 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdce5 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue89.8%
CMYK percentages
Cyan51.5%
Magenta3.9%
Yellow0.0%
Key (black)10.2%
Color previews
#6fdce5 text on a black background
contrast 13.04:1
Card sample
#6fdce5 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdce5;
Background color
Panel with #6fdce5 background
background-color: #6fdce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdce5; background: linear-gradient(135deg, #6fdce5, #6F8DE5);