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