Black
#0E1A25
BlueColor Codes
All color formats for development
HEX
#0E1A25RGB
rgb(14, 26, 37)HSL
hsl(209, 45%, 10%)OKLCH
oklch(0.212 0.028 247.1)CMYK
cmyk(62%, 30%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1721
2#0B151E
3#0A121A
4#081016
5#070D12
6#060A0F
7#04080B
8#030507
9#010304
Tints
Lighter variations
1#1B3146
2#274868
3#346089
4#4177AA
5#598EC0
6#7AA5CD
7#9BBBD9
8#BCD2E6
9#DEE8F2
Tones
Muted variations
1#0F1A24
2#101A23
3#111A22
4#131A20
5#141A1F
6#151A1E
7#161A1D
8#171A1C
9#181A1B
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 | CFDE #CFDEED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC5 #AAC5DF | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CE | Disabled statesSecondary iconsMuted text |
| 500 | 598E #598EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E72 #3E72A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315B #315B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2341 #23415C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1629 #16293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F7FB;
--black-100: #E5EDF5;
--black-200: #CFDEED;
--black-300: #AAC5DF;
--black-400: #7EA7CE;
--black-500: #598EC0;
--black-600: #3E72A3;
--black-700: #315B81;
--black-800: #23415C;
--black-900: #16293B;
--black-950: #0E1A25;
}