#175c71
a dark, vivid cyan · cool · closest name: Dark Slate Gray
At a glance
Every number on this page in one read: what #175c71 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 | #175c71 |
| RGB | rgb(23, 92, 113) |
| HSL | hsl(194, 66%, 27%) |
| CMYK | cmyk(80%, 19%, 0%, 56%) |
| LAB | lab(36.0 -13.1 -17.9) |
| LCH | lch(36.0 22.2 233.8) |
| OKLCH | oklch(0.443 0.074 223.0) |
| Decimal | 1530993 |
| Display P3 | color(display-p3 0.090 0.361 0.443) |
Copy-ready code
/* CSS */
color: #175c71;
background-color: #175c71;
/* Tailwind (arbitrary) */
class="text-[#175c71] bg-[#175c71]"
/* SCSS */
$brand: #175c71;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.443)
/* Android */
Color.parseColor("#175c71")
/* Flutter */
Color(0xFF175C71)
/* Python / OpenCV (BGR) */
(113, 92, 23)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. #175c71 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3F9FB;
--brand-100: #E8F4F8;
--brand-200: #CBE8F1;
--brand-300: #A2DBEC;
--brand-400: #73C9E3;
--brand-500: #45B6D9;
--brand-600: #29A6CB;
--brand-700: #228AAA;
--brand-800: #1C6E88;
--brand-900: #175c71;
--brand-950: #0F333E;
--brand: #175c71;
--brand-ink: #ffffff;
}Colors that work with #175c71
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 #175c71
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #712C17 | Directly opposite — maximum tension | |
| Analogous left | #177159 | Neighbour, quieter | |
| Analogous right | #172F71 | Neighbour, quieter | |
| Split-complement 1 | #71172F | Contrast without the clash | |
| Split-complement 2 | #715917 | Contrast without the clash | |
| Triadic 1 | #71175C | Even thirds — balanced and loud | |
| Triadic 2 | #5C7117 | Even thirds — balanced and loud | |
| Tetradic | #591771 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#175c71 text on a black background
contrast 2.81:1
#175c71 text on a white background
contrast 7.48:1
CSS3 live lab
The quick brown fox
color: #175c71;
background-color: #175c71;
Glowing headline
text-shadow: 2px 2px 8px #175c71;
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 113, 0.45);
box-shadow: 0 12px 32px -8px rgba(23, 92, 113, 0.45);
border: 3px solid #175c71; background: linear-gradient(135deg, #175c71, #172071);
Monochromatic scale
Palettes built from #175c71
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: Storm Gray (#4f666a) — ΔE2000 9.9 away, with its history, psychology and brand usage.
#175c71 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.
#175c71, answered
What color is #175c71?
#175c71 is a dark vivid cyan, closest to Dark Slate Gray (ΔE2000 10.1). It sits at 194° on the hue wheel with 66% saturation and 27% lightness, which reads as cool.
What is the RGB value of #175c71?
rgb(23, 92, 113) — 23 red, 92 green and 113 blue out of 255, or 9% / 36.1% / 44.3% by channel.
Is #175c71 a light or a dark color?
It is a dark color. Relative luminance is 0.0903 and perceived brightness is 32%, so white text on it reaches 7.48:1.
Should I use black or white text on #175c71?
White. It scores 7.48:1 against #175c71, versus 2.81:1 for black — AAA at any size.
What is the complementary color of #175c71?
#712C17 sits directly opposite on the wheel. Softer options are the split-complements #71172F and #715917, which give the same contrast with far less vibration.
What colors go well with #175c71?
For interface work: #F4F9FA as the surface, #C0E2ED for borders, #4B889B for secondary text, #741416 as an accent and #16566A for hover and pressed states. For a palette, the analogous pair #177159 and #172F71 stays calm, while #712C17 is the loudest partner.
What is #175c71 in CMYK for printing?
cmyk(80%, 19%, 0%, 56%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #175c71 warm or cool?
Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #177165; nudged cooler, #164A73.