#c2d3f0
a pale, vivid blue · cool · closest name: lavender
RGB
194, 211, 240
HSL
218°, 61%, 85%
CMYK
19, 12, 0, 6
Luminance
0.6435
Every format
| HEX | #c2d3f0 |
| RGB | rgb(194, 211, 240) |
| HSL | hsl(218, 61%, 85%) |
| CMYK | cmyk(19%, 12%, 0%, 6%) |
| LAB | lab(84.2 0.3 -16.1) |
| LCH | lch(84.2 16.1 270.9) |
| OKLCH | oklch(0.863 0.044 261.2) |
Copy-ready code
/* CSS */
color: #c2d3f0;
background-color: #c2d3f0;
/* Tailwind (arbitrary) */
class="text-[#c2d3f0] bg-[#c2d3f0]"
/* SCSS */
$brand: #c2d3f0;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.941)
/* Android */
Color.parseColor("#c2d3f0")Accessibility — WCAG contrast
Aa
#c2d3f0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d3f0 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta12.1%
Yellow0.0%
Key (black)5.9%
Color previews
#c2d3f0 text on a black background
contrast 13.87:1
Card sample
#c2d3f0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d3f0;
Background color
Panel with #c2d3f0 background
background-color: #c2d3f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d3f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d3f0; background: linear-gradient(135deg, #c2d3f0, #D0C2F0);