#2580df
a balanced, vivid blue · cool · closest name: Steel Blue
At a glance
Every number on this page in one read: what #2580df 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 | #2580df |
| RGB | rgb(37, 128, 223) |
| HSL | hsl(211, 74%, 51%) |
| CMYK | cmyk(83%, 43%, 0%, 13%) |
| LAB | lab(53.1 8.1 -55.7) |
| LCH | lch(53.1 56.3 278.3) |
| OKLCH | oklch(0.598 0.166 253.5) |
| Decimal | 2457823 |
| Display P3 | color(display-p3 0.145 0.502 0.875) |
Copy-ready code
/* CSS */
color: #2580df;
background-color: #2580df;
/* Tailwind (arbitrary) */
class="text-[#2580df] bg-[#2580df]"
/* SCSS */
$brand: #2580df;
/* SwiftUI */
Color(red: 0.145, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#2580df")
/* Flutter */
Color(0xFF2580DF)
/* Python / OpenCV (BGR) */
(223, 128, 37)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. #2580df 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: #F3F7FC;
--brand-100: #E7F0F9;
--brand-200: #C8DDF4;
--brand-300: #9DC6F1;
--brand-400: #6CAAE9;
--brand-500: #3B8DE2;
--brand-600: #2580df;
--brand-700: #1A64B2;
--brand-800: #15508E;
--brand-900: #133C67;
--brand-950: #0C2640;
--brand: #2580df;
--brand-ink: #000000;
}Colors that work with #2580df
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 #2580df
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #DF8425 | Directly opposite — maximum tension | |
| Analogous left | #25DDDF | Neighbour, quieter | |
| Analogous right | #2725DF | Neighbour, quieter | |
| Split-complement 1 | #DF2725 | Contrast without the clash | |
| Split-complement 2 | #DDDF25 | Contrast without the clash | |
| Triadic 1 | #DF2580 | Even thirds — balanced and loud | |
| Triadic 2 | #80DF25 | Even thirds — balanced and loud | |
| Tetradic | #DF25DD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#2580df text on a black background
contrast 5.23:1
#2580df text on a white background
contrast 4.01:1
CSS3 live lab
The quick brown fox
color: #2580df;
background-color: #2580df;
Glowing headline
text-shadow: 2px 2px 8px #2580df;
Soft neon halo
text-shadow: 0 0 14px rgba(37, 128, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(37, 128, 223, 0.45);
border: 3px solid #2580df; background: linear-gradient(135deg, #2580df, #4625DF);
Monochromatic scale
Palettes built from #2580df
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: Azure (#007fff) — ΔE2000 3.3 away, with its history, psychology and brand usage.
#2580df 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.
#2580df, answered
What color is #2580df?
#2580df is a balanced vivid blue, closest to Steel Blue (ΔE2000 4.5). It sits at 211° on the hue wheel with 74% saturation and 51% lightness, which reads as cool.
What is the RGB value of #2580df?
rgb(37, 128, 223) — 37 red, 128 green and 223 blue out of 255, or 14.5% / 50.2% / 87.5% by channel.
Is #2580df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2116 and perceived brightness is 49%, so black text on it reaches 5.23:1.
Should I use black or white text on #2580df?
Black. It scores 5.23:1 against #2580df, versus 4.01:1 for white — AA at any size.
What is the complementary color of #2580df?
#DF8425 sits directly opposite on the wheel. Softer options are the split-complements #DF2725 and #DDDF25, which give the same contrast with far less vibration.
What colors go well with #2580df?
For interface work: #F4F7FA as the surface, #C0D6ED for borders, #4B729B for secondary text, #E45320 as an accent and #103F6F for hover and pressed states. For a palette, the analogous pair #25DDDF and #2725DF stays calm, while #DF8425 is the loudest partner.
What is #2580df in CMYK for printing?
cmyk(83%, 43%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #2580df warm or cool?
Cool — it scores 100 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #253CDF; nudged cooler, #1C72CF.