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