Black
#0E2225
CyanColor Codes
All color formats for development
HEX
#0E2225RGB
rgb(14, 34, 37)HSL
hsl(188, 45%, 10%)OKLCH
oklch(0.237 0.026 208.1)CMYK
cmyk(62%, 8%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1F21
2#0B1B1E
3#0A181A
4#081416
5#071112
6#060E0F
7#040A0B
8#030707
9#010304
Tints
Lighter variations
1#1B4046
2#275F68
3#347D89
4#419CAA
5#59B2C0
6#7AC1CD
7#9BD1D9
8#BCE0E6
9#DEF0F2
Tones
Muted variations
1#0F2124
2#102023
3#111F22
4#131F20
5#141E1F
6#151D1E
7#161C1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD8 #AAD8DF | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B2 #59B2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E95 #3E95A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3177 #317781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2355 #23555C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E5F3F5;
--black-200: #CFE9ED;
--black-300: #AAD8DF;
--black-400: #7EC3CE;
--black-500: #59B2C0;
--black-600: #3E95A3;
--black-700: #317781;
--black-800: #23555C;
--black-900: #16363B;
--black-950: #0E2225;
}