#43acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
67, 172, 223
HSL
200°, 71%, 57%
CMYK
70, 23, 0, 13
Luminance
0.3603
Every format
| HEX | #43acdf |
| RGB | rgb(67, 172, 223) |
| HSL | hsl(200, 71%, 57%) |
| CMYK | cmyk(70%, 23%, 0%, 13%) |
| LAB | lab(66.5 -13.9 -34.4) |
| LCH | lch(66.5 37.1 248.0) |
| OKLCH | oklch(0.705 0.120 233.4) |
Copy-ready code
/* CSS */
color: #43acdf;
background-color: #43acdf;
/* Tailwind (arbitrary) */
class="text-[#43acdf] bg-[#43acdf]"
/* SCSS */
$brand: #43acdf;
/* SwiftUI */
Color(red: 0.263, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#43acdf")Accessibility — WCAG contrast
Aa
#43acdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43acdf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#43acdf text on a black background
contrast 8.21:1
Card sample
#43acdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43acdf;
Background color
Panel with #43acdf background
background-color: #43acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43acdf; background: linear-gradient(135deg, #43acdf, #4344DF);