#6f879f
a balanced, soft blue · cool · closest name: Light Slate Gray
At a glance
Every number on this page in one read: what #6f879f 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 | #6f879f |
| RGB | rgb(111, 135, 159) |
| HSL | hsl(210, 20%, 53%) |
| CMYK | cmyk(30%, 15%, 0%, 38%) |
| LAB | lab(55.3 -2.7 -15.6) |
| LCH | lch(55.3 15.8 260.0) |
| OKLCH | oklch(0.613 0.046 248.6) |
| Decimal | 7309215 |
| Display P3 | color(display-p3 0.435 0.529 0.624) |
Copy-ready code
/* CSS */
color: #6f879f;
background-color: #6f879f;
/* Tailwind (arbitrary) */
class="text-[#6f879f] bg-[#6f879f]"
/* SCSS */
$brand: #6f879f;
/* SwiftUI */
Color(red: 0.435, green: 0.529, blue: 0.624)
/* Android */
Color.parseColor("#6f879f")
/* Flutter */
Color(0xFF6F879F)
/* Python / OpenCV (BGR) */
(159, 135, 111)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. #6f879f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F7F9;
--brand-100: #EDF0F2;
--brand-200: #D8DEE4;
--brand-300: #BCC7D2;
--brand-400: #9AABBC;
--brand-500: #6f879f;
--brand-600: #627A93;
--brand-700: #52667A;
--brand-800: #415262;
--brand-900: #323D48;
--brand-950: #1F262D;
--brand: #6f879f;
--brand-ink: #000000;
}Colors that work with #6f879f
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 #6f879f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #9F876F | Directly opposite — maximum tension | |
| Analogous left | #6F9F9F | Neighbour, quieter | |
| Analogous right | #6F6F9F | Neighbour, quieter | |
| Split-complement 1 | #9F6F6F | Contrast without the clash | |
| Split-complement 2 | #9F9F6F | Contrast without the clash | |
| Triadic 1 | #9F6F87 | Even thirds — balanced and loud | |
| Triadic 2 | #879F6F | Even thirds — balanced and loud | |
| Tetradic | #9F6F9F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#6f879f text on a black background
contrast 5.64:1
#6f879f text on a white background
contrast 3.72:1
CSS3 live lab
The quick brown fox
color: #6f879f;
background-color: #6f879f;
Glowing headline
text-shadow: 2px 2px 8px #6f879f;
Soft neon halo
text-shadow: 0 0 14px rgba(111, 135, 159, 0.45);
box-shadow: 0 12px 32px -8px rgba(111, 135, 159, 0.45);
border: 3px solid #6f879f; background: linear-gradient(135deg, #6f879f, #776F9F);
Monochromatic scale
Palettes built from #6f879f
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: Slate (#708090) — ΔE2000 3.9 away, with its history, psychology and brand usage.
#6f879f 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.
#6f879f, answered
What color is #6f879f?
#6f879f is a balanced soft blue, closest to Light Slate Gray (ΔE2000 2.8). It sits at 210° on the hue wheel with 20% saturation and 53% lightness, which reads as cool.
What is the RGB value of #6f879f?
rgb(111, 135, 159) — 111 red, 135 green and 159 blue out of 255, or 43.5% / 52.9% / 62.4% by channel.
Is #6f879f a light or a dark color?
It is a mid-tone. Relative luminance is 0.2321 and perceived brightness is 52%, so black text on it reaches 5.64:1.
Should I use black or white text on #6f879f?
Black. It scores 5.64:1 against #6f879f, versus 3.72:1 for white — AA at any size.
What is the complementary color of #6f879f?
#9F876F sits directly opposite on the wheel. Softer options are the split-complements #9F6F6F and #9F9F6F, which give the same contrast with far less vibration.
What colors go well with #6f879f?
For interface work: #F6F7F9 as the surface, #CED6DE for borders, #5C738A for secondary text, #A4786A as an accent and #33404D for hover and pressed states. For a palette, the analogous pair #6F9F9F and #6F6F9F stays calm, while #9F876F is the loudest partner.
What is #6f879f in CMYK for printing?
cmyk(30%, 15%, 0%, 38%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #6f879f warm or cool?
Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6F759F; nudged cooler, #5F7995.