#1ffcba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
31, 252, 186
HSL
162°, 97%, 56%
CMYK
88, 0, 26, 1
Luminance
0.7346
Every format
| HEX | #1ffcba |
| RGB | rgb(31, 252, 186) |
| HSL | hsl(162, 97%, 56%) |
| CMYK | cmyk(88%, 0%, 26%, 1%) |
| LAB | lab(88.7 -63.7 18.1) |
| LCH | lch(88.7 66.2 164.2) |
| OKLCH | oklch(0.880 0.181 165.2) |
Copy-ready code
/* CSS */
color: #1ffcba;
background-color: #1ffcba;
/* Tailwind (arbitrary) */
class="text-[#1ffcba] bg-[#1ffcba]"
/* SCSS */
$brand: #1ffcba;
/* SwiftUI */
Color(red: 0.122, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#1ffcba")Accessibility — WCAG contrast
Aa
#1ffcba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ffcba on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green98.8%
Blue72.9%
CMYK percentages
Cyan87.7%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#1ffcba text on a black background
contrast 15.69:1
Card sample
#1ffcba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ffcba;
Background color
Panel with #1ffcba background
background-color: #1ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ffcba; background: linear-gradient(135deg, #1ffcba, #1FABFC);