#6972c2
a balanced, soft blue · cool · closest name: Royal Blue
At a glance
Every number on this page in one read: what #6972c2 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 | #6972c2 |
| RGB | rgb(105, 114, 194) |
| HSL | hsl(234, 42%, 59%) |
| CMYK | cmyk(46%, 41%, 0%, 24%) |
| LAB | lab(50.6 17.9 -43.0) |
| LCH | lch(50.6 46.6 292.6) |
| OKLCH | oklch(0.581 0.122 277.0) |
| Decimal | 6910658 |
| Display P3 | color(display-p3 0.412 0.447 0.761) |
Copy-ready code
/* CSS */
color: #6972c2;
background-color: #6972c2;
/* Tailwind (arbitrary) */
class="text-[#6972c2] bg-[#6972c2]"
/* SCSS */
$brand: #6972c2;
/* SwiftUI */
Color(red: 0.412, green: 0.447, blue: 0.761)
/* Android */
Color.parseColor("#6972c2")
/* Flutter */
Color(0xFF6972C2)
/* Python / OpenCV (BGR) */
(194, 114, 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. #6972c2 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: #F5F5FA;
--brand-100: #EBECF5;
--brand-200: #D2D4EA;
--brand-300: #AFB4DF;
--brand-400: #878FCE;
--brand-500: #6972c2;
--brand-600: #4751AE;
--brand-700: #3B4491;
--brand-800: #2F3674;
--brand-900: #252A55;
--brand-950: #171A35;
--brand: #6972c2;
--brand-ink: #000000;
}Colors that work with #6972c2
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 #6972c2
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 | #C2B969 | Directly opposite — maximum tension | |
| Analogous left | #699EC2 | Neighbour, quieter | |
| Analogous right | #8C69C2 | Neighbour, quieter | |
| Split-complement 1 | #C28C69 | Contrast without the clash | |
| Split-complement 2 | #9EC269 | Contrast without the clash | |
| Triadic 1 | #C26972 | Even thirds — balanced and loud | |
| Triadic 2 | #72C269 | Even thirds — balanced and loud | |
| Tetradic | #C2699E | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#6972c2 text on a black background
contrast 4.79:1
#6972c2 text on a white background
contrast 4.39:1
CSS3 live lab
The quick brown fox
color: #6972c2;
background-color: #6972c2;
Glowing headline
text-shadow: 2px 2px 8px #6972c2;
Soft neon halo
text-shadow: 0 0 14px rgba(105, 114, 194, 0.45);
box-shadow: 0 12px 32px -8px rgba(105, 114, 194, 0.45);
border: 3px solid #6972c2; background: linear-gradient(135deg, #6972c2, #9B69C2);
Monochromatic scale
Palettes built from #6972c2
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: Royal Blue (#4169e1) — ΔE2000 7.4 away, with its history, psychology and brand usage.
#6972c2 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.
#6972c2, answered
What color is #6972c2?
#6972c2 is a balanced soft blue, closest to Royal Blue (ΔE2000 7.4). It sits at 234° on the hue wheel with 42% saturation and 59% lightness, which reads as cool.
What is the RGB value of #6972c2?
rgb(105, 114, 194) — 105 red, 114 green and 194 blue out of 255, or 41.2% / 44.7% / 76.1% by channel.
Is #6972c2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.1893 and perceived brightness is 48%, so black text on it reaches 4.79:1.
Should I use black or white text on #6972c2?
Black. It scores 4.79:1 against #6972c2, versus 4.39:1 for white — AA at any size.
What is the complementary color of #6972c2?
#C2B969 sits directly opposite on the wheel. Softer options are the split-complements #C28C69 and #9EC269, which give the same contrast with far less vibration.
What colors go well with #6972c2?
For interface work: #F4F5FA as the surface, #C5C8E7 for borders, #4B539B for secondary text, #957437 as an accent and #252A5B for hover and pressed states. For a palette, the analogous pair #699EC2 and #8C69C2 stays calm, while #C2B969 is the loudest partner.
What is #6972c2 in CMYK for printing?
cmyk(46%, 41%, 0%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #6972c2 warm or cool?
Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8069C2; nudged cooler, #6788C4.