Black
#0E1F25
BlueColor Codes
All color formats for development
HEX
#0E1F25RGB
rgb(14, 31, 37)HSL
hsl(196, 45%, 10%)OKLCH
oklch(0.227 0.026 222.8)CMYK
cmyk(62%, 16%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1C21
2#0B191E
3#0A161A
4#081316
5#070F12
6#060C0F
7#04090B
8#030607
9#010304
Tints
Lighter variations
1#1B3B46
2#275668
3#347289
4#418EAA
5#59A4C0
6#7AB6CD
7#9BC9D9
8#BCDBE6
9#DEEDF2
Tones
Muted variations
1#0F1E24
2#101E23
3#111D22
4#131D20
5#141C1F
6#151C1E
7#161B1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD1 #AAD1DF | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A4 #59A4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E88 #3E88A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316C #316C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234D #234D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E5F1F5;
--black-200: #CFE5ED;
--black-300: #AAD1DF;
--black-400: #7EB8CE;
--black-500: #59A4C0;
--black-600: #3E88A3;
--black-700: #316C81;
--black-800: #234D5C;
--black-900: #16313B;
--black-950: #0E1F25;
}