#46cddb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 205, 219
HSL
186°, 67%, 57%
CMYK
68, 6, 0, 14
Luminance
0.5008
Every format
| HEX | #46cddb |
| RGB | rgb(70, 205, 219) |
| HSL | hsl(186, 67%, 57%) |
| CMYK | cmyk(68%, 6%, 0%, 14%) |
| LAB | lab(76.1 -31.5 -17.6) |
| LCH | lch(76.1 36.1 209.2) |
| OKLCH | oklch(0.782 0.115 205.0) |
Copy-ready code
/* CSS */
color: #46cddb;
background-color: #46cddb;
/* Tailwind (arbitrary) */
class="text-[#46cddb] bg-[#46cddb]"
/* SCSS */
$brand: #46cddb;
/* SwiftUI */
Color(red: 0.275, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#46cddb")Accessibility — WCAG contrast
Aa
#46cddb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cddb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green80.4%
Blue85.9%
CMYK percentages
Cyan68.0%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#46cddb text on a black background
contrast 11.02:1
Card sample
#46cddb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cddb;
Background color
Panel with #46cddb background
background-color: #46cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cddb; background: linear-gradient(135deg, #46cddb, #466ADB);