#6fdfee
a light, electric cyan · cool · closest name: skyblue
RGB
111, 223, 238
HSL
187°, 79%, 68%
CMYK
53, 6, 0, 7
Luminance
0.6233
Every format
| HEX | #6fdfee |
| RGB | rgb(111, 223, 238) |
| HSL | hsl(187, 79%, 68%) |
| CMYK | cmyk(53%, 6%, 0%, 7%) |
| LAB | lab(83.1 -27.9 -17.1) |
| LCH | lch(83.1 32.7 211.5) |
| OKLCH | oklch(0.844 0.104 207.0) |
Copy-ready code
/* CSS */
color: #6fdfee;
background-color: #6fdfee;
/* Tailwind (arbitrary) */
class="text-[#6fdfee] bg-[#6fdfee]"
/* SCSS */
$brand: #6fdfee;
/* SwiftUI */
Color(red: 0.435, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#6fdfee")Accessibility — WCAG contrast
Aa
#6fdfee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdfee on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green87.5%
Blue93.3%
CMYK percentages
Cyan53.4%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#6fdfee text on a black background
contrast 13.47:1
Card sample
#6fdfee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdfee;
Background color
Panel with #6fdfee background
background-color: #6fdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdfee; background: linear-gradient(135deg, #6fdfee, #6F8AEE);