#261fd2
a balanced, vivid blue · cool · closest name: Medium Blue
At a glance
Every number on this page in one read: what #261fd2 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 | #261fd2 |
| RGB | rgb(38, 31, 210) |
| HSL | hsl(242, 74%, 47%) |
| CMYK | cmyk(82%, 85%, 0%, 18%) |
| LAB | lab(29.5 60.9 -86.8) |
| LCH | lch(29.5 106.0 305.0) |
| OKLCH | oklch(0.419 0.251 269.7) |
| Decimal | 2498514 |
| Display P3 | color(display-p3 0.149 0.122 0.824) |
Copy-ready code
/* CSS */
color: #261fd2;
background-color: #261fd2;
/* Tailwind (arbitrary) */
class="text-[#261fd2] bg-[#261fd2]"
/* SCSS */
$brand: #261fd2;
/* SwiftUI */
Color(red: 0.149, green: 0.122, blue: 0.824)
/* Android */
Color.parseColor("#261fd2")
/* Flutter */
Color(0xFF261FD2)
/* Python / OpenCV (BGR) */
(210, 31, 38)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. #261fd2 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: #F3F3FC;
--brand-100: #E8E7F9;
--brand-200: #CAC8F4;
--brand-300: #A09DF1;
--brand-400: #716CE9;
--brand-500: #423BE2;
--brand-600: #261fd2;
--brand-700: #201AB2;
--brand-800: #1A158E;
--brand-900: #171367;
--brand-950: #0E0C40;
--brand: #261fd2;
--brand-ink: #ffffff;
}Colors that work with #261fd2
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 #261fd2
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠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 | #CBD21F | Directly opposite — maximum tension | |
| Analogous left | #1F72D2 | Neighbour, quieter | |
| Analogous right | #7F1FD2 | Neighbour, quieter | |
| Split-complement 1 | #D27F1F | Contrast without the clash | |
| Split-complement 2 | #72D21F | Contrast without the clash | |
| Triadic 1 | #D2261F | Even thirds — balanced and loud | |
| Triadic 2 | #1FD226 | Even thirds — balanced and loud | |
| Tetradic | #D21F72 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#261fd2 text on a black background
contrast 2.21:1
#261fd2 text on a white background
contrast 9.51:1
CSS3 live lab
The quick brown fox
color: #261fd2;
background-color: #261fd2;
Glowing headline
text-shadow: 2px 2px 8px #261fd2;
Soft neon halo
text-shadow: 0 0 14px rgba(38, 31, 210, 0.45);
box-shadow: 0 12px 32px -8px rgba(38, 31, 210, 0.45);
border: 3px solid #261fd2; background: linear-gradient(135deg, #261fd2, #9D1FD2);
Monochromatic scale
Palettes built from #261fd2
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: Blue (#0000ff) — ΔE2000 4.8 away, with its history, psychology and brand usage.
#261fd2 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.
#261fd2, answered
What color is #261fd2?
#261fd2 is a balanced vivid blue, closest to Medium Blue (ΔE2000 3.7). It sits at 242° on the hue wheel with 74% saturation and 47% lightness, which reads as cool.
What is the RGB value of #261fd2?
rgb(38, 31, 210) — 38 red, 31 green and 210 blue out of 255, or 14.9% / 12.2% / 82.4% by channel.
Is #261fd2 a light or a dark color?
It is a dark color. Relative luminance is 0.0605 and perceived brightness is 30%, so white text on it reaches 9.51:1.
Should I use black or white text on #261fd2?
White. It scores 9.51:1 against #261fd2, versus 2.21:1 for black — AAA at any size.
What is the complementary color of #261fd2?
#CBD21F sits directly opposite on the wheel. Softer options are the split-complements #D27F1F and #72D21F, which give the same contrast with far less vibration.
What colors go well with #261fd2?
For interface work: #F5F4FA as the surface, #C1C0ED for borders, #4E4B9B for secondary text, #B69416 as an accent and #14106F for hover and pressed states. For a palette, the analogous pair #1F72D2 and #7F1FD2 stays calm, while #CBD21F is the loudest partner.
What is #261fd2 in CMYK for printing?
cmyk(82%, 85%, 0%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #261fd2 warm or cool?
Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #681FD2; nudged cooler, #1D47D5.