#4366ab
a balanced, soft blue · cool · closest name: Royal Blue
At a glance
Every number on this page in one read: what #4366ab 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 | #4366ab |
| RGB | rgb(67, 102, 171) |
| HSL | hsl(220, 44%, 47%) |
| CMYK | cmyk(61%, 40%, 0%, 33%) |
| LAB | lab(43.7 9.3 -40.8) |
| LCH | lch(43.7 41.8 282.8) |
| OKLCH | oklch(0.518 0.117 262.7) |
| Decimal | 4417195 |
| Display P3 | color(display-p3 0.263 0.400 0.671) |
Copy-ready code
/* CSS */
color: #4366ab;
background-color: #4366ab;
/* Tailwind (arbitrary) */
class="text-[#4366ab] bg-[#4366ab]"
/* SCSS */
$brand: #4366ab;
/* SwiftUI */
Color(red: 0.263, green: 0.400, blue: 0.671)
/* Android */
Color.parseColor("#4366ab")
/* Flutter */
Color(0xFF4366AB)
/* Python / OpenCV (BGR) */
(171, 102, 67)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. #4366ab is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F6FA;
--brand-100: #EAEEF5;
--brand-200: #D1DAEB;
--brand-300: #AEBFDF;
--brand-400: #869FD0;
--brand-500: #5E7FC0;
--brand-600: #4366ab;
--brand-700: #395793;
--brand-800: #2E4675;
--brand-900: #253556;
--brand-950: #172136;
--brand: #4366ab;
--brand-ink: #ffffff;
}Colors that work with #4366ab
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 #4366ab
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠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 | #AB8843 | Directly opposite — maximum tension | |
| Analogous left | #439AAB | Neighbour, quieter | |
| Analogous right | #5443AB | Neighbour, quieter | |
| Split-complement 1 | #AB5443 | Contrast without the clash | |
| Split-complement 2 | #9AAB43 | Contrast without the clash | |
| Triadic 1 | #AB4366 | Even thirds — balanced and loud | |
| Triadic 2 | #66AB43 | Even thirds — balanced and loud | |
| Tetradic | #AB439A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#4366ab text on a black background
contrast 3.73:1
#4366ab text on a white background
contrast 5.63:1
CSS3 live lab
The quick brown fox
color: #4366ab;
background-color: #4366ab;
Glowing headline
text-shadow: 2px 2px 8px #4366ab;
Soft neon halo
text-shadow: 0 0 14px rgba(67, 102, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(67, 102, 171, 0.45);
border: 3px solid #4366ab; background: linear-gradient(135deg, #4366ab, #6543AB);
Monochromatic scale
Palettes built from #4366ab
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: Denim (#1560bd) — ΔE2000 4.3 away, with its history, psychology and brand usage.
#4366ab 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.
#4366ab, answered
What color is #4366ab?
#4366ab is a balanced soft blue, closest to Royal Blue (ΔE2000 6.8). It sits at 220° on the hue wheel with 44% saturation and 47% lightness, which reads as cool.
What is the RGB value of #4366ab?
rgb(67, 102, 171) — 67 red, 102 green and 171 blue out of 255, or 26.3% / 40% / 67.1% by channel.
Is #4366ab a light or a dark color?
It is a dark color. Relative luminance is 0.1364 and perceived brightness is 41%, so white text on it reaches 5.63:1.
Should I use black or white text on #4366ab?
White. It scores 5.63:1 against #4366ab, versus 3.73:1 for black — AA at any size.
What is the complementary color of #4366ab?
#AB8843 sits directly opposite on the wheel. Softer options are the split-complements #AB5443 and #9AAB43, which give the same contrast with far less vibration.
What colors go well with #4366ab?
For interface work: #F4F6FA as the surface, #C4D0E8 for borders, #4B669B for secondary text, #B06D3E as an accent and #24375C for hover and pressed states. For a palette, the analogous pair #439AAB and #5443AB stays calm, while #AB8843 is the loudest partner.
What is #4366ab in CMYK for printing?
cmyk(61%, 40%, 0%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #4366ab warm or cool?
Cool — it scores 95 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #4643AB; nudged cooler, #3A639B.