#97cdf0
a light, vivid blue · cool · closest name: skyblue
RGB
151, 205, 240
HSL
204°, 75%, 77%
CMYK
37, 15, 0, 6
Luminance
0.5653
Every format
| HEX | #97cdf0 |
| RGB | rgb(151, 205, 240) |
| HSL | hsl(204, 75%, 77%) |
| CMYK | cmyk(37%, 15%, 0%, 6%) |
| LAB | lab(79.9 -8.9 -22.8) |
| LCH | lch(79.9 24.5 248.6) |
| OKLCH | oklch(0.823 0.075 237.3) |
Copy-ready code
/* CSS */
color: #97cdf0;
background-color: #97cdf0;
/* Tailwind (arbitrary) */
class="text-[#97cdf0] bg-[#97cdf0]"
/* SCSS */
$brand: #97cdf0;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#97cdf0")Accessibility — WCAG contrast
Aa
#97cdf0 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdf0 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue94.1%
CMYK percentages
Cyan37.1%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#97cdf0 text on a black background
contrast 12.31:1
Card sample
#97cdf0 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdf0;
Background color
Panel with #97cdf0 background
background-color: #97cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdf0; background: linear-gradient(135deg, #97cdf0, #9C97F0);