#141df4
a balanced, electric blue · cool · closest name: Blue
At a glance
Every number on this page in one read: what #141df4 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 | #141df4 |
| RGB | rgb(20, 29, 244) |
| HSL | hsl(238, 91%, 52%) |
| CMYK | cmyk(92%, 88%, 0%, 4%) |
| LAB | lab(33.0 70.6 -100.4) |
| LCH | lch(33.0 122.8 305.1) |
| OKLCH | oklch(0.454 0.291 265.7) |
| Decimal | 1318388 |
| Display P3 | color(display-p3 0.078 0.114 0.957) |
Copy-ready code
/* CSS */
color: #141df4;
background-color: #141df4;
/* Tailwind (arbitrary) */
class="text-[#141df4] bg-[#141df4]"
/* SCSS */
$brand: #141df4;
/* SwiftUI */
Color(red: 0.078, green: 0.114, blue: 0.957)
/* Android */
Color.parseColor("#141df4")
/* Flutter */
Color(0xFF141DF4)
/* Python / OpenCV (BGR) */
(244, 29, 20)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. #141df4 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: #F2F2FD;
--brand-100: #E5E5FB;
--brand-200: #C3C5F9;
--brand-300: #9498FA;
--brand-400: #5E64F8;
--brand-500: #2931F5;
--brand-600: #141df4;
--brand-700: #0911C3;
--brand-800: #070D9C;
--brand-900: #0A0E70;
--brand-950: #060946;
--brand: #141df4;
--brand-ink: #ffffff;
}Colors that work with #141df4
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 #141df4
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 | #F4EB14 | Directly opposite — maximum tension | |
| Analogous left | #148DF4 | Neighbour, quieter | |
| Analogous right | #7B14F4 | Neighbour, quieter | |
| Split-complement 1 | #F47B14 | Contrast without the clash | |
| Split-complement 2 | #8DF414 | Contrast without the clash | |
| Triadic 1 | #F4141D | Even thirds — balanced and loud | |
| Triadic 2 | #1DF414 | Even thirds — balanced and loud | |
| Tetradic | #F4148D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#141df4 text on a black background
contrast 2.51:1
#141df4 text on a white background
contrast 8.36:1
CSS3 live lab
The quick brown fox
color: #141df4;
background-color: #141df4;
Glowing headline
text-shadow: 2px 2px 8px #141df4;
Soft neon halo
text-shadow: 0 0 14px rgba(20, 29, 244, 0.45);
box-shadow: 0 12px 32px -8px rgba(20, 29, 244, 0.45);
border: 3px solid #141df4; background: linear-gradient(135deg, #141df4, #A014F4);
Monochromatic scale
Palettes built from #141df4
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 1.9 away, with its history, psychology and brand usage.
#141df4 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#141df4, answered
What color is #141df4?
#141df4 is a balanced electric blue, closest to Blue (ΔE2000 1.9). It sits at 238° on the hue wheel with 91% saturation and 52% lightness, which reads as cool.
What is the RGB value of #141df4?
rgb(20, 29, 244) — 20 red, 29 green and 244 blue out of 255, or 7.8% / 11.4% / 95.7% by channel.
Is #141df4 a light or a dark color?
It is a dark color. Relative luminance is 0.0756 and perceived brightness is 34%, so white text on it reaches 8.36:1.
Should I use black or white text on #141df4?
White. It scores 8.36:1 against #141df4, versus 2.51:1 for black — AAA at any size.
What is the complementary color of #141df4?
#F4EB14 sits directly opposite on the wheel. Softer options are the split-complements #F47B14 and #8DF414, which give the same contrast with far less vibration.
What colors go well with #141df4?
For interface work: #F4F5FA as the surface, #C0C2ED for borders, #4B4E9B for secondary text, #C78F05 as an accent and #060A7A for hover and pressed states. For a palette, the analogous pair #148DF4 and #7B14F4 stays calm, while #F4EB14 is the loudest partner.
What is #141df4 in CMYK for printing?
cmyk(92%, 88%, 0%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #141df4 warm or cool?
Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #5D14F4; nudged cooler, #1249F7.