#0679df
a dark, electric blue · cool · closest name: Steel Blue
At a glance
Every number on this page in one read: what #0679df 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 | #0679df |
| RGB | rgb(6, 121, 223) |
| HSL | hsl(208, 95%, 45%) |
| CMYK | cmyk(97%, 46%, 0%, 13%) |
| LAB | lab(50.7 10.9 -59.5) |
| LCH | lch(50.7 60.5 280.4) |
| OKLCH | oklch(0.578 0.179 253.5) |
| Decimal | 424415 |
| Display P3 | color(display-p3 0.024 0.475 0.875) |
Copy-ready code
/* CSS */
color: #0679df;
background-color: #0679df;
/* Tailwind (arbitrary) */
class="text-[#0679df] bg-[#0679df]"
/* SCSS */
$brand: #0679df;
/* SwiftUI */
Color(red: 0.024, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#0679df")
/* Flutter */
Color(0xFF0679DF)
/* Python / OpenCV (BGR) */
(223, 121, 6)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. #0679df 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: #F1F8FD;
--brand-100: #E4F0FB;
--brand-200: #C2E0FA;
--brand-300: #92CAFC;
--brand-400: #5BB0FB;
--brand-500: #2495F9;
--brand-600: #0679df;
--brand-700: #056CC7;
--brand-800: #04569F;
--brand-900: #084073;
--brand-950: #052848;
--brand: #0679df;
--brand-ink: #000000;
}Colors that work with #0679df
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 #0679df
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #DF6C06 | Directly opposite — maximum tension | |
| Analogous left | #06DFD9 | Neighbour, quieter | |
| Analogous right | #060CDF | Neighbour, quieter | |
| Split-complement 1 | #DF060C | Contrast without the clash | |
| Split-complement 2 | #DFD906 | Contrast without the clash | |
| Triadic 1 | #DF0679 | Even thirds — balanced and loud | |
| Triadic 2 | #79DF06 | Even thirds — balanced and loud | |
| Tetradic | #D906DF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#0679df text on a black background
contrast 4.81:1
#0679df text on a white background
contrast 4.37:1
CSS3 live lab
The quick brown fox
color: #0679df;
background-color: #0679df;
Glowing headline
text-shadow: 2px 2px 8px #0679df;
Soft neon halo
text-shadow: 0 0 14px rgba(6, 121, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(6, 121, 223, 0.45);
border: 3px solid #0679df; background: linear-gradient(135deg, #0679df, #2406DF);
Monochromatic scale
Palettes built from #0679df
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 4.3 away, with its history, psychology and brand usage.
#0679df 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.
#0679df, answered
What color is #0679df?
#0679df is a dark electric blue, closest to Steel Blue (ΔE2000 5.3). It sits at 208° on the hue wheel with 95% saturation and 45% lightness, which reads as cool.
What is the RGB value of #0679df?
rgb(6, 121, 223) — 6 red, 121 green and 223 blue out of 255, or 2.4% / 47.5% / 87.5% by channel.
Is #0679df a light or a dark color?
It is a mid-tone. Relative luminance is 0.1904 and perceived brightness is 47%, so black text on it reaches 4.81:1.
Should I use black or white text on #0679df?
Black. It scores 4.81:1 against #0679df, versus 4.37:1 for white — AA at any size.
What is the complementary color of #0679df?
#DF6C06 sits directly opposite on the wheel. Softer options are the split-complements #DF060C and #DFD906, which give the same contrast with far less vibration.
What colors go well with #0679df?
For interface work: #F4F8FA as the surface, #C0D8ED for borders, #4B759B for secondary text, #E43301 as an accent and #03437C for hover and pressed states. For a palette, the analogous pair #06DFD9 and #060CDF stays calm, while #DF6C06 is the loudest partner.
What is #0679df in CMYK for printing?
cmyk(97%, 46%, 0%, 13%). 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 #0679df warm or cool?
Cool — it scores 99 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #0629DF; nudged cooler, #0366C8.