#693fdf
a balanced, vivid violet · cool · closest name: Blue Violet
At a glance
Every number on this page in one read: what #693fdf 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 | #693fdf |
| RGB | rgb(105, 63, 223) |
| HSL | hsl(256, 71%, 56%) |
| CMYK | cmyk(53%, 72%, 0%, 13%) |
| LAB | lab(41.0 56.0 -75.1) |
| LCH | lch(41.0 93.7 306.7) |
| OKLCH | oklch(0.516 0.227 287.7) |
| Decimal | 6897631 |
| Display P3 | color(display-p3 0.412 0.247 0.875) |
Copy-ready code
/* CSS */
color: #693fdf;
background-color: #693fdf;
/* Tailwind (arbitrary) */
class="text-[#693fdf] bg-[#693fdf]"
/* SCSS */
$brand: #693fdf;
/* SwiftUI */
Color(red: 0.412, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#693fdf")
/* Flutter */
Color(0xFF693FDF)
/* Python / OpenCV (BGR) */
(223, 63, 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. #693fdf 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: #F5F3FC;
--brand-100: #ECE7F8;
--brand-200: #D4C9F3;
--brand-300: #B49FEF;
--brand-400: #8E6FE7;
--brand-500: #693fdf;
--brand-600: #5123D2;
--brand-700: #441DAF;
--brand-800: #36178C;
--brand-900: #2A1565;
--brand-950: #1A0D3F;
--brand: #693fdf;
--brand-ink: #ffffff;
}Colors that work with #693fdf
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 #693fdf
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 | #B5DF3F | Directly opposite — maximum tension | |
| Analogous left | #3F65DF | Neighbour, quieter | |
| Analogous right | #B93FDF | Neighbour, quieter | |
| Split-complement 1 | #DFB93F | Contrast without the clash | |
| Split-complement 2 | #65DF3F | Contrast without the clash | |
| Triadic 1 | #DF693F | Even thirds — balanced and loud | |
| Triadic 2 | #3FDF69 | Even thirds — balanced and loud | |
| Tetradic | #DF3F65 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#693fdf text on a black background
contrast 3.38:1
#693fdf text on a white background
contrast 6.22:1
CSS3 live lab
The quick brown fox
color: #693fdf;
background-color: #693fdf;
Glowing headline
text-shadow: 2px 2px 8px #693fdf;
Soft neon halo
text-shadow: 0 0 14px rgba(105, 63, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(105, 63, 223, 0.45);
border: 3px solid #693fdf; background: linear-gradient(135deg, #693fdf, #D43FDF);
Monochromatic scale
Palettes built from #693fdf
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.9 away, with its history, psychology and brand usage.
#693fdf 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.
#693fdf, answered
What color is #693fdf?
#693fdf is a balanced vivid violet, closest to Blue Violet (ΔE2000 5.4). It sits at 256° on the hue wheel with 71% saturation and 56% lightness, which reads as cool.
What is the RGB value of #693fdf?
rgb(105, 63, 223) — 105 red, 63 green and 223 blue out of 255, or 41.2% / 24.7% / 87.5% by channel.
Is #693fdf a light or a dark color?
It is a dark color. Relative luminance is 0.1189 and perceived brightness is 42%, so white text on it reaches 6.22:1.
Should I use black or white text on #693fdf?
White. It scores 6.22:1 against #693fdf, versus 3.38:1 for black — AA at any size.
What is the complementary color of #693fdf?
#B5DF3F sits directly opposite on the wheel. Softer options are the split-complements #DFB93F and #65DF3F, which give the same contrast with far less vibration.
What colors go well with #693fdf?
For interface work: #F6F4FA as the surface, #CCC0ED for borders, #604B9B for secondary text, #B1B319 as an accent and #2A126D for hover and pressed states. For a palette, the analogous pair #3F65DF and #B93FDF stays calm, while #B5DF3F is the loudest partner.
What is #693fdf in CMYK for printing?
cmyk(53%, 72%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #693fdf warm or cool?
Cool — it scores 75 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A43FDF; nudged cooler, #3D4EE1.