#25bfd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
37, 191, 210
HSL
187°, 70%, 48%
CMYK
82, 9, 0, 18
Luminance
0.4231
Every format
| HEX | #25bfd2 |
| RGB | rgb(37, 191, 210) |
| HSL | hsl(187, 70%, 48%) |
| CMYK | cmyk(82%, 9%, 0%, 18%) |
| LAB | lab(71.1 -31.1 -20.4) |
| LCH | lch(71.1 37.2 213.3) |
| OKLCH | oklch(0.739 0.121 208.1) |
Copy-ready code
/* CSS */
color: #25bfd2;
background-color: #25bfd2;
/* Tailwind (arbitrary) */
class="text-[#25bfd2] bg-[#25bfd2]"
/* SCSS */
$brand: #25bfd2;
/* SwiftUI */
Color(red: 0.145, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#25bfd2")Accessibility — WCAG contrast
Aa
#25bfd2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25bfd2 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green74.9%
Blue82.4%
CMYK percentages
Cyan82.4%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#25bfd2 text on a black background
contrast 9.46:1
Card sample
#25bfd2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25bfd2;
Background color
Panel with #25bfd2 background
background-color: #25bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25bfd2; background: linear-gradient(135deg, #25bfd2, #254CD2);