#129df6
a balanced, electric blue · cool · closest name: Dodger Blue
At a glance
Every number on this page in one read: what #129df6 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 | #129df6 |
| RGB | rgb(18, 157, 246) |
| HSL | hsl(203, 93%, 52%) |
| CMYK | cmyk(93%, 36%, 0%, 4%) |
| LAB | lab(62.4 -1.6 -53.6) |
| LCH | lch(62.4 53.6 268.2) |
| OKLCH | oklch(0.674 0.168 245.7) |
| Decimal | 1220086 |
| Display P3 | color(display-p3 0.071 0.616 0.965) |
Copy-ready code
/* CSS */
color: #129df6;
background-color: #129df6;
/* Tailwind (arbitrary) */
class="text-[#129df6] bg-[#129df6]"
/* SCSS */
$brand: #129df6;
/* SwiftUI */
Color(red: 0.071, green: 0.616, blue: 0.965)
/* Android */
Color.parseColor("#129df6")
/* Flutter */
Color(0xFF129DF6)
/* Python / OpenCV (BGR) */
(246, 157, 18)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. #129df6 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: #F2F9FD;
--brand-100: #E4F2FB;
--brand-200: #C2E4F9;
--brand-300: #93D2FB;
--brand-400: #5DBCF9;
--brand-500: #27A6F7;
--brand-600: #129df6;
--brand-700: #077BC5;
--brand-800: #06629D;
--brand-900: #094971;
--brand-950: #062D47;
--brand: #129df6;
--brand-ink: #000000;
}Colors that work with #129df6
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 #129df6
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #F66B12 | Directly opposite — maximum tension | |
| Analogous left | #12F6DD | Neighbour, quieter | |
| Analogous right | #122BF6 | Neighbour, quieter | |
| Split-complement 1 | #F6122B | Contrast without the clash | |
| Split-complement 2 | #F6DD12 | Contrast without the clash | |
| Triadic 1 | #F6129D | Even thirds — balanced and loud | |
| Triadic 2 | #9DF612 | Even thirds — balanced and loud | |
| Tetradic | #DD12F6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#129df6 text on a black background
contrast 7.18:1
#129df6 text on a white background
contrast 2.93:1
CSS3 live lab
The quick brown fox
color: #129df6;
background-color: #129df6;
Glowing headline
text-shadow: 2px 2px 8px #129df6;
Soft neon halo
text-shadow: 0 0 14px rgba(18, 157, 246, 0.45);
box-shadow: 0 12px 32px -8px rgba(18, 157, 246, 0.45);
border: 3px solid #129df6; background: linear-gradient(135deg, #129df6, #1F12F6);
Monochromatic scale
Palettes built from #129df6
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: Cornflower Blue (#6495ed) — ΔE2000 8.7 away, with its history, psychology and brand usage.
#129df6 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.
#129df6, answered
What color is #129df6?
#129df6 is a balanced electric blue, closest to Dodger Blue (ΔE2000 5.5). It sits at 203° on the hue wheel with 93% saturation and 52% lightness, which reads as cool.
What is the RGB value of #129df6?
rgb(18, 157, 246) — 18 red, 157 green and 246 blue out of 255, or 7.1% / 61.6% / 96.5% by channel.
Is #129df6 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3090 and perceived brightness is 57%, so black text on it reaches 7.18:1.
Should I use black or white text on #129df6?
Black. It scores 7.18:1 against #129df6, versus 2.93:1 for white — AAA at any size.
What is the complementary color of #129df6?
#F66B12 sits directly opposite on the wheel. Softer options are the split-complements #F6122B and #F6DD12, which give the same contrast with far less vibration.
What colors go well with #129df6?
For interface work: #F4F8FA as the surface, #C0DBED for borders, #4B7C9B for secondary text, #FB2F0D as an accent and #054D7B for hover and pressed states. For a palette, the analogous pair #12F6DD and #122BF6 stays calm, while #F66B12 is the loudest partner.
What is #129df6 in CMYK for printing?
cmyk(93%, 36%, 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 #129df6 warm or cool?
Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #12F1F6; nudged cooler, #0682E8.