#136fcf
a dark, electric blue · cool · closest name: Royal Blue
At a glance
Every number on this page in one read: what #136fcf 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 | #136fcf |
| RGB | rgb(19, 111, 207) |
| HSL | hsl(211, 83%, 44%) |
| CMYK | cmyk(91%, 46%, 0%, 19%) |
| LAB | lab(47.0 11.4 -56.5) |
| LCH | lch(47.0 57.6 281.4) |
| OKLCH | oklch(0.546 0.168 254.7) |
| Decimal | 1273807 |
| Display P3 | color(display-p3 0.075 0.435 0.812) |
Copy-ready code
/* CSS */
color: #136fcf;
background-color: #136fcf;
/* Tailwind (arbitrary) */
class="text-[#136fcf] bg-[#136fcf]"
/* SCSS */
$brand: #136fcf;
/* SwiftUI */
Color(red: 0.075, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#136fcf")
/* Flutter */
Color(0xFF136FCF)
/* Python / OpenCV (BGR) */
(207, 111, 19)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. #136fcf is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F2F7FC;
--brand-100: #E6F0FA;
--brand-200: #C6DDF6;
--brand-300: #98C6F6;
--brand-400: #65A9F1;
--brand-500: #318DEC;
--brand-600: #136fcf;
--brand-700: #1164BB;
--brand-800: #0E5095;
--brand-900: #0E3C6C;
--brand-950: #092644;
--brand: #136fcf;
--brand-ink: #ffffff;
}Colors that work with #136fcf
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 #136fcf
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #CF7313 | Directly opposite — maximum tension | |
| Analogous left | #13CDCF | Neighbour, quieter | |
| Analogous right | #1513CF | Neighbour, quieter | |
| Split-complement 1 | #CF1513 | Contrast without the clash | |
| Split-complement 2 | #CDCF13 | Contrast without the clash | |
| Triadic 1 | #CF136F | Even thirds — balanced and loud | |
| Triadic 2 | #6FCF13 | Even thirds — balanced and loud | |
| Tetradic | #CF13CD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#136fcf text on a black background
contrast 4.20:1
#136fcf text on a white background
contrast 5.00:1
CSS3 live lab
The quick brown fox
color: #136fcf;
background-color: #136fcf;
Glowing headline
text-shadow: 2px 2px 8px #136fcf;
Soft neon halo
text-shadow: 0 0 14px rgba(19, 111, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(19, 111, 207, 0.45);
border: 3px solid #136fcf; background: linear-gradient(135deg, #136fcf, #3413CF);
Monochromatic scale
Palettes built from #136fcf
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: Denim (#1560bd) — ΔE2000 5.6 away, with its history, psychology and brand usage.
#136fcf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#136fcf, answered
What color is #136fcf?
#136fcf is a dark electric blue, closest to Royal Blue (ΔE2000 6.6). It sits at 211° on the hue wheel with 83% saturation and 44% lightness, which reads as cool.
What is the RGB value of #136fcf?
rgb(19, 111, 207) — 19 red, 111 green and 207 blue out of 255, or 7.5% / 43.5% / 81.2% by channel.
Is #136fcf a light or a dark color?
It is a dark color. Relative luminance is 0.1601 and perceived brightness is 43%, so white text on it reaches 5.00:1.
Should I use black or white text on #136fcf?
White. It scores 5.00:1 against #136fcf, versus 4.20:1 for black — AA at any size.
What is the complementary color of #136fcf?
#CF7313 sits directly opposite on the wheel. Softer options are the split-complements #CF1513 and #CDCF13, which give the same contrast with far less vibration.
What colors go well with #136fcf?
For interface work: #F4F7FA as the surface, #C0D6ED for borders, #4B729B for secondary text, #D3420E as an accent and #0B3F75 for hover and pressed states. For a palette, the analogous pair #13CDCF and #1513CF stays calm, while #CF7313 is the loudest partner.
What is #136fcf in CMYK for printing?
cmyk(91%, 46%, 0%, 19%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #136fcf warm or cool?
Cool — it scores 100 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #132ACF; nudged cooler, #0F61BA.