#97c2db
a light, vivid blue · cool · closest name: skyblue
RGB
151, 194, 219
HSL
202°, 49%, 73%
CMYK
31, 11, 0, 14
Luminance
0.5028
Every format
| HEX | #97c2db |
| RGB | rgb(151, 194, 219) |
| HSL | hsl(202, 49%, 73%) |
| CMYK | cmyk(31%, 11%, 0%, 14%) |
| LAB | lab(76.2 -8.3 -17.1) |
| LCH | lch(76.2 19.0 243.9) |
| OKLCH | oklch(0.792 0.058 234.0) |
Copy-ready code
/* CSS */
color: #97c2db;
background-color: #97c2db;
/* Tailwind (arbitrary) */
class="text-[#97c2db] bg-[#97c2db]"
/* SCSS */
$brand: #97c2db;
/* SwiftUI */
Color(red: 0.592, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#97c2db")Accessibility — WCAG contrast
Aa
#97c2db on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97c2db on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green76.1%
Blue85.9%
CMYK percentages
Cyan31.1%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#97c2db text on a black background
contrast 11.06:1
Card sample
#97c2db text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97c2db;
Background color
Panel with #97c2db background
background-color: #97c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97c2db; background: linear-gradient(135deg, #97c2db, #9997DB);