#c2dadb
a light, soft cyan · cool · closest name: silver
RGB
194, 218, 219
HSL
182°, 26%, 81%
CMYK
11, 1, 0, 14
Luminance
0.6673
Every format
| HEX | #c2dadb |
| RGB | rgb(194, 218, 219) |
| HSL | hsl(182, 26%, 81%) |
| CMYK | cmyk(11%, 1%, 0%, 14%) |
| LAB | lab(85.4 -7.8 -3.2) |
| LCH | lch(85.4 8.4 202.4) |
| OKLCH | oklch(0.871 0.026 199.7) |
Copy-ready code
/* CSS */
color: #c2dadb;
background-color: #c2dadb;
/* Tailwind (arbitrary) */
class="text-[#c2dadb] bg-[#c2dadb]"
/* SCSS */
$brand: #c2dadb;
/* SwiftUI */
Color(red: 0.761, green: 0.855, blue: 0.859)
/* Android */
Color.parseColor("#c2dadb")Accessibility — WCAG contrast
Aa
#c2dadb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dadb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.5%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta0.5%
Yellow0.0%
Key (black)14.1%
Color previews
#c2dadb text on a black background
contrast 14.35:1
Card sample
#c2dadb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dadb;
Background color
Panel with #c2dadb background
background-color: #c2dadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 218, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 218, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dadb; background: linear-gradient(135deg, #c2dadb, #C2C9DB);