#3c97cb
a balanced, vivid blue · cool · closest name: Steel Blue
At a glance
Every number on this page in one read: what #3c97cb 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 | #3c97cb |
| RGB | rgb(60, 151, 203) |
| HSL | hsl(202, 58%, 52%) |
| CMYK | cmyk(70%, 26%, 0%, 20%) |
| LAB | lab(59.4 -10.0 -34.5) |
| LCH | lch(59.4 36.0 253.8) |
| OKLCH | oklch(0.645 0.115 237.6) |
| Decimal | 3971019 |
| Display P3 | color(display-p3 0.235 0.592 0.796) |
Copy-ready code
/* CSS */
color: #3c97cb;
background-color: #3c97cb;
/* Tailwind (arbitrary) */
class="text-[#3c97cb] bg-[#3c97cb]"
/* SCSS */
$brand: #3c97cb;
/* SwiftUI */
Color(red: 0.235, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#3c97cb")
/* Flutter */
Color(0xFF3C97CB)
/* Python / OpenCV (BGR) */
(203, 151, 60)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. #3c97cb 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: #F4F8FB;
--brand-100: #E9F2F7;
--brand-200: #CDE2EF;
--brand-300: #A6D0E7;
--brand-400: #7AB8DC;
--brand-500: #4EA1D0;
--brand-600: #3c97cb;
--brand-700: #2B76A1;
--brand-800: #225F81;
--brand-900: #1D465E;
--brand-950: #122C3B;
--brand: #3c97cb;
--brand-ink: #000000;
}Colors that work with #3c97cb
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 #3c97cb
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
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #CB703C | Directly opposite — maximum tension | |
| Analogous left | #3CCBB8 | Neighbour, quieter | |
| Analogous right | #3C50CB | Neighbour, quieter | |
| Split-complement 1 | #CB3C50 | Contrast without the clash | |
| Split-complement 2 | #CBB83C | Contrast without the clash | |
| Triadic 1 | #CB3C97 | Even thirds — balanced and loud | |
| Triadic 2 | #97CB3C | Even thirds — balanced and loud | |
| Tetradic | #B83CCB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#3c97cb text on a black background
contrast 6.48:1
#3c97cb text on a white background
contrast 3.24:1
CSS3 live lab
The quick brown fox
color: #3c97cb;
background-color: #3c97cb;
Glowing headline
text-shadow: 2px 2px 8px #3c97cb;
Soft neon halo
text-shadow: 0 0 14px rgba(60, 151, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(60, 151, 203, 0.45);
border: 3px solid #3c97cb; background: linear-gradient(135deg, #3c97cb, #403CCB);
Monochromatic scale
Palettes built from #3c97cb
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: Steel Blue (#4682b4) — ΔE2000 7.8 away, with its history, psychology and brand usage.
#3c97cb 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.
#3c97cb, answered
What color is #3c97cb?
#3c97cb is a balanced vivid blue, closest to Steel Blue (ΔE2000 7.8). It sits at 202° on the hue wheel with 58% saturation and 52% lightness, which reads as cool.
What is the RGB value of #3c97cb?
rgb(60, 151, 203) — 60 red, 151 green and 203 blue out of 255, or 23.5% / 59.2% / 79.6% by channel.
Is #3c97cb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2741 and perceived brightness is 54%, so black text on it reaches 6.48:1.
Should I use black or white text on #3c97cb?
Black. It scores 6.48:1 against #3c97cb, versus 3.24:1 for white — AA at any size.
What is the complementary color of #3c97cb?
#CB703C sits directly opposite on the wheel. Softer options are the split-complements #CB3C50 and #CBB83C, which give the same contrast with far less vibration.
What colors go well with #3c97cb?
For interface work: #F4F8FA as the surface, #C0DCED for borders, #4B7E9B for secondary text, #D04837 as an accent and #1B4A65 for hover and pressed states. For a palette, the analogous pair #3CCBB8 and #3C50CB stays calm, while #CB703C is the loudest partner.
What is #3c97cb in CMYK for printing?
cmyk(70%, 26%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #3c97cb 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 #3CCBCB; nudged cooler, #307DBE.