#6afbdc
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 251, 220
HSL
167°, 95%, 70%
CMYK
58, 0, 12, 2
Luminance
0.7723
Every format
| HEX | #6afbdc |
| RGB | rgb(106, 251, 220) |
| HSL | hsl(167, 95%, 70%) |
| CMYK | cmyk(58%, 0%, 12%, 2%) |
| LAB | lab(90.4 -46.3 3.2) |
| LCH | lch(90.4 46.4 176.1) |
| OKLCH | oklch(0.901 0.133 176.7) |
Copy-ready code
/* CSS */
color: #6afbdc;
background-color: #6afbdc;
/* Tailwind (arbitrary) */
class="text-[#6afbdc] bg-[#6afbdc]"
/* SCSS */
$brand: #6afbdc;
/* SwiftUI */
Color(red: 0.416, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#6afbdc")Accessibility — WCAG contrast
Aa
#6afbdc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afbdc on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green98.4%
Blue86.3%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#6afbdc text on a black background
contrast 16.45:1
Card sample
#6afbdc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afbdc;
Background color
Panel with #6afbdc background
background-color: #6afbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afbdc; background: linear-gradient(135deg, #6afbdc, #6AB9FB);