#6ac2df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 194, 223
HSL
195°, 65%, 65%
CMYK
53, 13, 0, 13
Luminance
0.4698
Every format
| HEX | #6ac2df |
| RGB | rgb(106, 194, 223) |
| HSL | hsl(195, 65%, 65%) |
| CMYK | cmyk(53%, 13%, 0%, 13%) |
| LAB | lab(74.2 -18.6 -22.6) |
| LCH | lch(74.2 29.2 230.6) |
| OKLCH | oklch(0.770 0.094 221.7) |
Copy-ready code
/* CSS */
color: #6ac2df;
background-color: #6ac2df;
/* Tailwind (arbitrary) */
class="text-[#6ac2df] bg-[#6ac2df]"
/* SCSS */
$brand: #6ac2df;
/* SwiftUI */
Color(red: 0.416, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#6ac2df")Accessibility — WCAG contrast
Aa
#6ac2df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac2df on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green76.1%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6ac2df text on a black background
contrast 10.40:1
Card sample
#6ac2df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac2df;
Background color
Panel with #6ac2df background
background-color: #6ac2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac2df; background: linear-gradient(135deg, #6ac2df, #6A74DF);