Black
#0E1B25
BlueColor Codes
All color formats for development
HEX
#0E1B25RGB
rgb(14, 27, 37)HSL
hsl(206, 45%, 10%)OKLCH
oklch(0.215 0.027 242.6)CMYK
cmyk(62%, 27%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1821
2#0B161E
3#0A131A
4#081016
5#070E12
6#060B0F
7#04080B
8#030507
9#010304
Tints
Lighter variations
1#1B3346
2#274C68
3#346489
4#417CAA
5#5993C0
6#7AA9CD
7#9BBED9
8#BCD4E6
9#DEE9F2
Tones
Muted variations
1#0F1B24
2#101B23
3#111B22
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 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F8FB;
--black-100: #E5EEF5;
--black-200: #CFE0ED;
--black-300: #AAC8DF;
--black-400: #7EABCE;
--black-500: #5993C0;
--black-600: #3E77A3;
--black-700: #315F81;
--black-800: #23445C;
--black-900: #162B3B;
--black-950: #0E1B25;
}