Black
#0E1E25
BlueColor Codes
All color formats for development
HEX
#0E1E25RGB
rgb(14, 30, 37)HSL
hsl(198, 45%, 10%)OKLCH
oklch(0.224 0.026 227.9)CMYK
cmyk(62%, 19%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1B21
2#0B181E
3#0A151A
4#081216
5#070F12
6#060C0F
7#04090B
8#030607
9#010304
Tints
Lighter variations
1#1B3946
2#275468
3#346F89
4#418AAA
5#59A1C0
6#7AB4CD
7#9BC7D9
8#BCD9E6
9#DEECF2
Tones
Muted variations
1#0F1E24
2#101D23
3#111D22
4#131C20
5#141C1F
6#151B1E
7#161B1D
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E5F0F5;
--black-200: #CFE4ED;
--black-300: #AACFDF;
--black-400: #7EB6CE;
--black-500: #59A1C0;
--black-600: #3E84A3;
--black-700: #316981;
--black-800: #234B5C;
--black-900: #16303B;
--black-950: #0E1E25;
}