#697fc2
a balanced, soft blue · cool · closest name: Steel Blue
At a glance
Every number on this page in one read: what #697fc2 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 | #697fc2 |
| RGB | rgb(105, 127, 194) |
| HSL | hsl(225, 42%, 59%) |
| CMYK | cmyk(46%, 35%, 0%, 24%) |
| LAB | lab(54.1 10.1 -37.5) |
| LCH | lch(54.1 38.8 285.0) |
| OKLCH | oklch(0.608 0.105 269.3) |
| Decimal | 6913986 |
| Display P3 | color(display-p3 0.412 0.498 0.761) |
Copy-ready code
/* CSS */
color: #697fc2;
background-color: #697fc2;
/* Tailwind (arbitrary) */
class="text-[#697fc2] bg-[#697fc2]"
/* SCSS */
$brand: #697fc2;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.761)
/* Android */
Color.parseColor("#697fc2")
/* Flutter */
Color(0xFF697FC2)
/* Python / OpenCV (BGR) */
(194, 127, 105)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. #697fc2 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: #F5F6FA;
--brand-100: #EBEDF5;
--brand-200: #D2D8EA;
--brand-300: #AFBBDF;
--brand-400: #8799CE;
--brand-500: #697fc2;
--brand-600: #4760AE;
--brand-700: #3B5091;
--brand-800: #2F4074;
--brand-900: #253155;
--brand-950: #171F35;
--brand: #697fc2;
--brand-ink: #000000;
}Colors that work with #697fc2
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 #697fc2
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 | #C2AC69 | Directly opposite — maximum tension | |
| Analogous left | #69ABC2 | Neighbour, quieter | |
| Analogous right | #7F69C2 | Neighbour, quieter | |
| Split-complement 1 | #C27F69 | Contrast without the clash | |
| Split-complement 2 | #ABC269 | Contrast without the clash | |
| Triadic 1 | #C2697F | Even thirds — balanced and loud | |
| Triadic 2 | #7FC269 | Even thirds — balanced and loud | |
| Tetradic | #C269AB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#697fc2 text on a black background
contrast 5.42:1
#697fc2 text on a white background
contrast 3.88:1
CSS3 live lab
The quick brown fox
color: #697fc2;
background-color: #697fc2;
Glowing headline
text-shadow: 2px 2px 8px #697fc2;
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 194, 0.45);
box-shadow: 0 12px 32px -8px rgba(105, 127, 194, 0.45);
border: 3px solid #697fc2; background: linear-gradient(135deg, #697fc2, #8E69C2);
Monochromatic scale
Palettes built from #697fc2
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 8.8 away, with its history, psychology and brand usage.
#697fc2 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.
#697fc2, answered
What color is #697fc2?
#697fc2 is a balanced soft blue, closest to Steel Blue (ΔE2000 8.8). It sits at 225° on the hue wheel with 42% saturation and 59% lightness, which reads as cool.
What is the RGB value of #697fc2?
rgb(105, 127, 194) — 105 red, 127 green and 194 blue out of 255, or 41.2% / 49.8% / 76.1% by channel.
Is #697fc2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2208 and perceived brightness is 51%, so black text on it reaches 5.42:1.
Should I use black or white text on #697fc2?
Black. It scores 5.42:1 against #697fc2, versus 3.88:1 for white — AA at any size.
What is the complementary color of #697fc2?
#C2AC69 sits directly opposite on the wheel. Softer options are the split-complements #C27F69 and #ABC269, which give the same contrast with far less vibration.
What colors go well with #697fc2?
For interface work: #F4F6FA as the surface, #C5CDE7 for borders, #4B5E9B for secondary text, #956637 as an accent and #25325B for hover and pressed states. For a palette, the analogous pair #69ABC2 and #7F69C2 stays calm, while #C2AC69 is the loudest partner.
What is #697fc2 in CMYK for printing?
cmyk(46%, 35%, 0%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #697fc2 warm or cool?
Cool — it scores 92 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7469C2; nudged cooler, #678CC4.