#6dcfee
a light, electric cyan · cool · closest name: skyblue
RGB
109, 207, 238
HSL
194°, 79%, 68%
CMYK
54, 13, 0, 7
Luminance
0.5405
Every format
| HEX | #6dcfee |
| RGB | rgb(109, 207, 238) |
| HSL | hsl(194, 79%, 68%) |
| CMYK | cmyk(54%, 13%, 0%, 7%) |
| LAB | lab(78.5 -20.4 -24.1) |
| LCH | lch(78.5 31.5 229.8) |
| OKLCH | oklch(0.806 0.102 221.0) |
Copy-ready code
/* CSS */
color: #6dcfee;
background-color: #6dcfee;
/* Tailwind (arbitrary) */
class="text-[#6dcfee] bg-[#6dcfee]"
/* SCSS */
$brand: #6dcfee;
/* SwiftUI */
Color(red: 0.427, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#6dcfee")Accessibility — WCAG contrast
Aa
#6dcfee on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dcfee on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green81.2%
Blue93.3%
CMYK percentages
Cyan54.2%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#6dcfee text on a black background
contrast 11.81:1
Card sample
#6dcfee text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dcfee;
Background color
Panel with #6dcfee background
background-color: #6dcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dcfee; background: linear-gradient(135deg, #6dcfee, #6D79EE);