#7253c3
a balanced, vivid violet · cool · closest name: Slate Blue
At a glance
Every number on this page in one read: what #7253c3 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 | #7253c3 |
| RGB | rgb(114, 83, 195) |
| HSL | hsl(257, 48%, 55%) |
| CMYK | cmyk(42%, 57%, 0%, 24%) |
| LAB | lab(43.8 39.0 -54.4) |
| LCH | lch(43.8 67.0 305.6) |
| OKLCH | oklch(0.532 0.168 292.5) |
| Decimal | 7492547 |
| Display P3 | color(display-p3 0.447 0.325 0.765) |
Copy-ready code
/* CSS */
color: #7253c3;
background-color: #7253c3;
/* Tailwind (arbitrary) */
class="text-[#7253c3] bg-[#7253c3]"
/* SCSS */
$brand: #7253c3;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.765)
/* Android */
Color.parseColor("#7253c3")
/* Flutter */
Color(0xFF7253C3)
/* Python / OpenCV (BGR) */
(195, 83, 114)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. #7253c3 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: #F6F4FA;
--brand-100: #EDEAF5;
--brand-200: #D8D0EC;
--brand-300: #BBACE2;
--brand-400: #9982D3;
--brand-500: #7253c3;
--brand-600: #603FB6;
--brand-700: #503597;
--brand-800: #402A79;
--brand-900: #312258;
--brand-950: #1F1537;
--brand: #7253c3;
--brand-ink: #ffffff;
}Colors that work with #7253c3
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 #7253c3
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
- ✓Brand accents, badges and data highlights
- ⚠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 | #A4C353 | Directly opposite — maximum tension | |
| Analogous left | #536CC3 | Neighbour, quieter | |
| Analogous right | #AA53C3 | Neighbour, quieter | |
| Split-complement 1 | #C3AA53 | Contrast without the clash | |
| Split-complement 2 | #6CC353 | Contrast without the clash | |
| Triadic 1 | #C37253 | Even thirds — balanced and loud | |
| Triadic 2 | #53C372 | Even thirds — balanced and loud | |
| Tetradic | #C3536C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7253c3 text on a black background
contrast 3.74:1
#7253c3 text on a white background
contrast 5.61:1
CSS3 live lab
The quick brown fox
color: #7253c3;
background-color: #7253c3;
Glowing headline
text-shadow: 2px 2px 8px #7253c3;
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 195, 0.45);
box-shadow: 0 12px 32px -8px rgba(114, 83, 195, 0.45);
border: 3px solid #7253c3; background: linear-gradient(135deg, #7253c3, #BD53C3);
Monochromatic scale
Palettes built from #7253c3
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: Iris (#5a4fcf) — ΔE2000 4.8 away, with its history, psychology and brand usage.
#7253c3 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.
#7253c3, answered
What color is #7253c3?
#7253c3 is a balanced vivid violet, closest to Slate Blue (ΔE2000 3.2). It sits at 257° on the hue wheel with 48% saturation and 55% lightness, which reads as cool.
What is the RGB value of #7253c3?
rgb(114, 83, 195) — 114 red, 83 green and 195 blue out of 255, or 44.7% / 32.5% / 76.5% by channel.
Is #7253c3 a light or a dark color?
It is a dark color. Relative luminance is 0.1370 and perceived brightness is 43%, so white text on it reaches 5.61:1.
Should I use black or white text on #7253c3?
White. It scores 5.61:1 against #7253c3, versus 3.74:1 for black — AA at any size.
What is the complementary color of #7253c3?
#A4C353 sits directly opposite on the wheel. Softer options are the split-complements #C3AA53 and #6CC353, which give the same contrast with far less vibration.
What colors go well with #7253c3?
For interface work: #F6F4FA as the surface, #CDC2EA for borders, #614B9B for secondary text, #989C30 as an accent and #32215F for hover and pressed states. For a palette, the analogous pair #536CC3 and #AA53C3 stays calm, while #A4C353 is the loudest partner.
What is #7253c3 in CMYK for printing?
cmyk(42%, 57%, 0%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7253c3 warm or cool?
Cool — it scores 74 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9B53C3; nudged cooler, #515BC5.