#3f69df
a balanced, vivid blue · cool · “Royal Blue”
At a glance
Every number on this page in one read: what #3f69df 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 | #3f69df |
| RGB | rgb(63, 105, 223) |
| HSL | hsl(224, 71%, 56%) |
| CMYK | cmyk(72%, 53%, 0%, 13%) |
| LAB | lab(47.6 25.3 -64.5) |
| LCH | lch(47.6 69.3 291.4) |
| OKLCH | oklch(0.557 0.186 265.8) |
| Decimal | 4155871 |
| Display P3 | color(display-p3 0.247 0.412 0.875) |
Copy-ready code
/* CSS */
color: #3f69df;
background-color: #3f69df;
/* Tailwind (arbitrary) */
class="text-[#3f69df] bg-[#3f69df]"
/* SCSS */
$brand: #3f69df;
/* SwiftUI */
Color(red: 0.247, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#3f69df")
/* Flutter */
Color(0xFF3F69DF)
/* Python / OpenCV (BGR) */
(223, 105, 63)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. #3f69df 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: #F3F5FC;
--brand-100: #E7ECF8;
--brand-200: #C9D4F3;
--brand-300: #9FB4EF;
--brand-400: #6F8EE7;
--brand-500: #3f69df;
--brand-600: #2351D2;
--brand-700: #1D43AF;
--brand-800: #17368C;
--brand-900: #152A65;
--brand-950: #0D1A3F;
--brand: #3f69df;
--brand-ink: #ffffff;
}Colors that work with #3f69df
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 #3f69df
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 | #DFB53F | Directly opposite — maximum tension | |
| Analogous left | #3FB9DF | Neighbour, quieter | |
| Analogous right | #653FDF | Neighbour, quieter | |
| Split-complement 1 | #DF653F | Contrast without the clash | |
| Split-complement 2 | #B9DF3F | Contrast without the clash | |
| Triadic 1 | #DF3F69 | Even thirds — balanced and loud | |
| Triadic 2 | #69DF3F | Even thirds — balanced and loud | |
| Tetradic | #DF3FB9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#3f69df text on a black background
contrast 4.30:1
#3f69df text on a white background
contrast 4.89:1
CSS3 live lab
The quick brown fox
color: #3f69df;
background-color: #3f69df;
Glowing headline
text-shadow: 2px 2px 8px #3f69df;
Soft neon halo
text-shadow: 0 0 14px rgba(63, 105, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(63, 105, 223, 0.45);
border: 3px solid #3f69df; background: linear-gradient(135deg, #3f69df, #803FDF);
Monochromatic scale
Palettes built from #3f69df
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 0.4 away, with its history, psychology and brand usage.
#3f69df 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.
#3f69df, answered
What color is #3f69df?
#3f69df is a balanced vivid blue — the CSS keyword Royal Blue. It sits at 224° on the hue wheel with 71% saturation and 56% lightness, which reads as cool.
What is the RGB value of #3f69df?
rgb(63, 105, 223) — 63 red, 105 green and 223 blue out of 255, or 24.7% / 41.2% / 87.5% by channel.
Is #3f69df a light or a dark color?
It is a dark color. Relative luminance is 0.1649 and perceived brightness is 45%, so white text on it reaches 4.89:1.
Should I use black or white text on #3f69df?
White. It scores 4.89:1 against #3f69df, versus 4.30:1 for black — AA at any size.
What is the complementary color of #3f69df?
#DFB53F sits directly opposite on the wheel. Softer options are the split-complements #DF653F and #B9DF3F, which give the same contrast with far less vibration.
What colors go well with #3f69df?
For interface work: #F4F6FA as the surface, #C0CCED for borders, #4B609B for secondary text, #B36419 as an accent and #122A6D for hover and pressed states. For a palette, the analogous pair #3FB9DF and #653FDF stays calm, while #DFB53F is the loudest partner.
What is #3f69df in CMYK for printing?
cmyk(72%, 53%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #3f69df 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 #503FDF; nudged cooler, #3D7BE1.