#25c1df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
37, 193, 223
HSL
190°, 74%, 51%
CMYK
83, 14, 0, 13
Luminance
0.4386
Every format
| HEX | #25c1df |
| RGB | rgb(37, 193, 223) |
| HSL | hsl(190, 74%, 51%) |
| CMYK | cmyk(83%, 14%, 0%, 13%) |
| LAB | lab(72.1 -27.9 -25.9) |
| LCH | lch(72.1 38.1 222.8) |
| OKLCH | oklch(0.749 0.126 215.0) |
Copy-ready code
/* CSS */
color: #25c1df;
background-color: #25c1df;
/* Tailwind (arbitrary) */
class="text-[#25c1df] bg-[#25c1df]"
/* SCSS */
$brand: #25c1df;
/* SwiftUI */
Color(red: 0.145, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#25c1df")Accessibility — WCAG contrast
Aa
#25c1df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25c1df on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green75.7%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta13.5%
Yellow0.0%
Key (black)12.5%
Color previews
#25c1df text on a black background
contrast 9.77:1
Card sample
#25c1df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25c1df;
Background color
Panel with #25c1df background
background-color: #25c1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25c1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25c1df; background: linear-gradient(135deg, #25c1df, #2545DF);