Black
#0E1925
BlueColor Codes
All color formats for development
HEX
#0E1925RGB
rgb(14, 25, 37)HSL
hsl(211, 45%, 10%)OKLCH
oklch(0.209 0.029 251.4)CMYK
cmyk(62%, 32%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1721
2#0B141E
3#0A121A
4#080F16
5#070D12
6#060A0F
7#04080B
8#030507
9#010304
Tints
Lighter variations
1#1B3046
2#274668
3#345D89
4#4174AA
5#598BC0
6#7AA2CD
7#9BB9D9
8#BCD0E6
9#DEE8F2
Tones
Muted variations
1#0F1924
2#101923
3#111922
4#131920
5#14191F
6#15191E
7#16191D
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC3 #AAC3DF | BordersInactive statesPlaceholder text |
| 400 | 7EA4 #7EA4CE | Disabled statesSecondary iconsMuted text |
| 500 | 598B #598BC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E6F #3E6FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3158 #315881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 233F #233F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1628 #16283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E5EDF5;
--black-200: #CFDDED;
--black-300: #AAC3DF;
--black-400: #7EA4CE;
--black-500: #598BC0;
--black-600: #3E6FA3;
--black-700: #315881;
--black-800: #233F5C;
--black-900: #16283B;
--black-950: #0E1925;
}