#1febaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 235, 175
HSL
162°, 84%, 52%
CMYK
87, 0, 26, 8
Luminance
0.6280
Every format
| HEX | #1febaf |
| RGB | rgb(31, 235, 175) |
| HSL | hsl(162, 84%, 52%) |
| CMYK | cmyk(87%, 0%, 26%, 8%) |
| LAB | lab(83.3 -59.8 16.3) |
| LCH | lch(83.3 62.0 164.8) |
| OKLCH | oklch(0.836 0.170 165.8) |
Copy-ready code
/* CSS */
color: #1febaf;
background-color: #1febaf;
/* Tailwind (arbitrary) */
class="text-[#1febaf] bg-[#1febaf]"
/* SCSS */
$brand: #1febaf;
/* SwiftUI */
Color(red: 0.122, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#1febaf")Accessibility — WCAG contrast
Aa
#1febaf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1febaf on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green92.2%
Blue68.6%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#1febaf text on a black background
contrast 13.56:1
Card sample
#1febaf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1febaf;
Background color
Panel with #1febaf background
background-color: #1febaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1febaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1febaf; background: linear-gradient(135deg, #1febaf, #1F9FEB);