#0F2450
A very dark, moderate blue closely aligning with Darkslateblue.
About #0F2450
Visually, #0F2450 is defined as a moderate blue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 15 red, 36 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 81% cyan, 55% magenta, 0% yellow, and 69% black. The HSL representation is 220.6° hue, 68.4% saturation, and 18.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F2450
RGB15, 36, 80
HSL220.6°, 68.4%, 18.6%
CMYK81%, 55%, 0%, 69%
HSV220.6°, 81.2%, 31.4%
LAB15.2, 9.7, -29.5
XYZ2.3, 1.9, 7.8
Decimal992336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.12:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.46:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2450;
}
.text-color {
color: #0F2450;
}
.border-color {
border: 2px solid #0F2450;
}