#6fdbef
a light, electric cyan · cool · closest name: skyblue
RGB
111, 219, 239
HSL
189°, 80%, 69%
CMYK
54, 8, 0, 6
Luminance
0.6027
Every format
| HEX | #6fdbef |
| RGB | rgb(111, 219, 239) |
| HSL | hsl(189, 80%, 69%) |
| CMYK | cmyk(54%, 8%, 0%, 6%) |
| LAB | lab(82.0 -25.7 -19.3) |
| LCH | lch(82.0 32.1 216.9) |
| OKLCH | oklch(0.835 0.103 211.2) |
Copy-ready code
/* CSS */
color: #6fdbef;
background-color: #6fdbef;
/* Tailwind (arbitrary) */
class="text-[#6fdbef] bg-[#6fdbef]"
/* SCSS */
$brand: #6fdbef;
/* SwiftUI */
Color(red: 0.435, green: 0.859, blue: 0.937)
/* Android */
Color.parseColor("#6fdbef")Accessibility — WCAG contrast
Aa
#6fdbef on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdbef on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.9%
Blue93.7%
CMYK percentages
Cyan53.6%
Magenta8.4%
Yellow0.0%
Key (black)6.3%
Color previews
#6fdbef text on a black background
contrast 13.05:1
Card sample
#6fdbef text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdbef;
Background color
Panel with #6fdbef background
background-color: #6fdbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 219, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 219, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdbef; background: linear-gradient(135deg, #6fdbef, #6F86EF);