#4caddf
a balanced, vivid blue · cool · closest name: Deep Sky Blue
At a glance
Every number on this page in one read: what #4caddf is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #4caddf |
| RGB | rgb(76, 173, 223) |
| HSL | hsl(200, 70%, 59%) |
| CMYK | cmyk(66%, 22%, 0%, 13%) |
| LAB | lab(67.1 -13.1 -33.6) |
| LCH | lch(67.1 36.0 248.7) |
| OKLCH | oklch(0.711 0.116 234.3) |
| Decimal | 5025247 |
| Display P3 | color(display-p3 0.298 0.678 0.875) |
Copy-ready code
/* CSS */
color: #4caddf;
background-color: #4caddf;
/* Tailwind (arbitrary) */
class="text-[#4caddf] bg-[#4caddf]"
/* SCSS */
$brand: #4caddf;
/* SwiftUI */
Color(red: 0.298, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#4caddf")
/* Flutter */
Color(0xFF4CADDF)
/* Python / OpenCV (BGR) */
(223, 173, 76)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #4caddf is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3F9FC;
--brand-100: #E7F2F8;
--brand-200: #CAE4F2;
--brand-300: #A0D3EE;
--brand-400: #70BEE6;
--brand-500: #4caddf;
--brand-600: #2596D0;
--brand-700: #1F7DAD;
--brand-800: #19648A;
--brand-900: #164A64;
--brand-950: #0E2E3F;
--brand: #4caddf;
--brand-ink: #000000;
}Colors that work with #4caddf
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #4caddf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DF7E4C | Directly opposite — maximum tension | |
| Analogous left | #4CDFC7 | Neighbour, quieter | |
| Analogous right | #4C63DF | Neighbour, quieter | |
| Split-complement 1 | #DF4C63 | Contrast without the clash | |
| Split-complement 2 | #DFC74C | Contrast without the clash | |
| Triadic 1 | #DF4CAD | Even thirds — balanced and loud | |
| Triadic 2 | #ADDF4C | Even thirds — balanced and loud | |
| Tetradic | #C74CDF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#4caddf text on a black background
contrast 8.35:1
#4caddf text on a white background
contrast 2.51:1
CSS3 live lab
The quick brown fox
color: #4caddf;
background-color: #4caddf;
Glowing headline
text-shadow: 2px 2px 8px #4caddf;
Soft neon halo
text-shadow: 0 0 14px rgba(76, 173, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(76, 173, 223, 0.45);
border: 3px solid #4caddf; background: linear-gradient(135deg, #4caddf, #4D4CDF);
Monochromatic scale
Palettes built from #4caddf
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Baby Blue (#89cff0) — ΔE2000 10.4 away, with its history, psychology and brand usage.
#4caddf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#4caddf, answered
What color is #4caddf?
#4caddf is a balanced vivid blue, closest to Deep Sky Blue (ΔE2000 5.6). It sits at 200° on the hue wheel with 70% saturation and 59% lightness, which reads as cool.
What is the RGB value of #4caddf?
rgb(76, 173, 223) — 76 red, 173 green and 223 blue out of 255, or 29.8% / 67.8% / 87.5% by channel.
Is #4caddf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3675 and perceived brightness is 62%, so black text on it reaches 8.35:1.
Should I use black or white text on #4caddf?
Black. It scores 8.35:1 against #4caddf, versus 2.51:1 for white — AAA at any size.
What is the complementary color of #4caddf?
#DF7E4C sits directly opposite on the wheel. Softer options are the split-complements #DF4C63 and #DFC74C, which give the same contrast with far less vibration.
What colors go well with #4caddf?
For interface work: #F4F8FA as the surface, #C0DDED for borders, #4B809B for secondary text, #E35648 as an accent and #134E6C for hover and pressed states. For a palette, the analogous pair #4CDFC7 and #4C63DF stays calm, while #DF7E4C is the loudest partner.
What is #4caddf in CMYK for printing?
cmyk(66%, 22%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #4caddf warm or cool?
Cool — it scores 96 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #4CDFDB; nudged cooler, #4A9EE1.