#509dbb
a balanced, soft cyan · cool · closest name: Cadet Blue
At a glance
Every number on this page in one read: what #509dbb 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 | #509dbb |
| RGB | rgb(80, 157, 187) |
| HSL | hsl(197, 44%, 52%) |
| CMYK | cmyk(57%, 16%, 0%, 27%) |
| LAB | lab(61.1 -15.0 -22.7) |
| LCH | lch(61.1 27.2 236.6) |
| OKLCH | oklch(0.659 0.088 226.0) |
| Decimal | 5283259 |
| Display P3 | color(display-p3 0.314 0.616 0.733) |
Copy-ready code
/* CSS */
color: #509dbb;
background-color: #509dbb;
/* Tailwind (arbitrary) */
class="text-[#509dbb] bg-[#509dbb]"
/* SCSS */
$brand: #509dbb;
/* SwiftUI */
Color(red: 0.314, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#509dbb")
/* Flutter */
Color(0xFF509DBB)
/* Python / OpenCV (BGR) */
(187, 157, 80)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. #509dbb 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: #F5F9FA;
--brand-100: #EAF2F5;
--brand-200: #D1E3EB;
--brand-300: #AED2E0;
--brand-400: #86BBD0;
--brand-500: #509dbb;
--brand-600: #4592B0;
--brand-700: #397A93;
--brand-800: #2E6176;
--brand-900: #244856;
--brand-950: #172D36;
--brand: #509dbb;
--brand-ink: #000000;
}Colors that work with #509dbb
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 #509dbb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #BB6E50 | Directly opposite — maximum tension | |
| Analogous left | #50BBA4 | Neighbour, quieter | |
| Analogous right | #5068BB | Neighbour, quieter | |
| Split-complement 1 | #BB5068 | Contrast without the clash | |
| Split-complement 2 | #BBA450 | Contrast without the clash | |
| Triadic 1 | #BB509D | Even thirds — balanced and loud | |
| Triadic 2 | #9DBB50 | Even thirds — balanced and loud | |
| Tetradic | #A450BB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#509dbb text on a black background
contrast 6.88:1
#509dbb text on a white background
contrast 3.05:1
CSS3 live lab
The quick brown fox
color: #509dbb;
background-color: #509dbb;
Glowing headline
text-shadow: 2px 2px 8px #509dbb;
Soft neon halo
text-shadow: 0 0 14px rgba(80, 157, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(80, 157, 187, 0.45);
border: 3px solid #509dbb; background: linear-gradient(135deg, #509dbb, #5056BB);
Monochromatic scale
Palettes built from #509dbb
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: Steel Blue (#4682b4) — ΔE2000 11.5 away, with its history, psychology and brand usage.
#509dbb 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.
#509dbb, answered
What color is #509dbb?
#509dbb is a balanced soft cyan, closest to Cadet Blue (ΔE2000 10.4). It sits at 197° on the hue wheel with 44% saturation and 52% lightness, which reads as cool.
What is the RGB value of #509dbb?
rgb(80, 157, 187) — 80 red, 157 green and 187 blue out of 255, or 31.4% / 61.6% / 73.3% by channel.
Is #509dbb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2941 and perceived brightness is 56%, so black text on it reaches 6.88:1.
Should I use black or white text on #509dbb?
Black. It scores 6.88:1 against #509dbb, versus 3.05:1 for white — AA at any size.
What is the complementary color of #509dbb?
#BB6E50 sits directly opposite on the wheel. Softer options are the split-complements #BB5068 and #BBA450, which give the same contrast with far less vibration.
What colors go well with #509dbb?
For interface work: #F4F9FA as the surface, #C4DEE8 for borders, #4B849B for secondary text, #C04F4B as an accent and #244C5C for hover and pressed states. For a palette, the analogous pair #50BBA4 and #5068BB stays calm, while #BB6E50 is the loudest partner.
What is #509dbb in CMYK for printing?
cmyk(57%, 16%, 0%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #509dbb warm or cool?
Cool — it scores 94 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #50BBB2; nudged cooler, #4E8CBD.