#6fdfff
a light, electric cyan · cool · closest name: skyblue
RGB
111, 223, 255
HSL
193°, 100%, 72%
CMYK
57, 13, 0, 0
Luminance
0.6337
Every format
| HEX | #6fdfff |
| RGB | rgb(111, 223, 255) |
| HSL | hsl(193, 100%, 72%) |
| CMYK | cmyk(57%, 13%, 0%, 0%) |
| LAB | lab(83.6 -23.2 -25.3) |
| LCH | lch(83.6 34.3 227.4) |
| OKLCH | oklch(0.850 0.111 219.1) |
Copy-ready code
/* CSS */
color: #6fdfff;
background-color: #6fdfff;
/* Tailwind (arbitrary) */
class="text-[#6fdfff] bg-[#6fdfff]"
/* SCSS */
$brand: #6fdfff;
/* SwiftUI */
Color(red: 0.435, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#6fdfff")Accessibility — WCAG contrast
Aa
#6fdfff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdfff on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6fdfff text on a black background
contrast 13.67:1
Card sample
#6fdfff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdfff;
Background color
Panel with #6fdfff background
background-color: #6fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdfff; background: linear-gradient(135deg, #6fdfff, #6F7FFF);