Black
#0E2125
CyanColor Codes
All color formats for development
HEX
#0E2125RGB
rgb(14, 33, 37)HSL
hsl(190, 45%, 10%)OKLCH
oklch(0.234 0.026 212.8)CMYK
cmyk(62%, 11%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1E21
2#0B1B1E
3#0A171A
4#081416
5#071112
6#060D0F
7#040A0B
8#030707
9#010304
Tints
Lighter variations
1#1B3F46
2#275D68
3#347B89
4#4198AA
5#59AFC0
6#7ABFCD
7#9BCFD9
8#BCDFE6
9#DEEFF2
Tones
Muted variations
1#0F2024
2#102023
3#111F22
4#131E20
5#141D1F
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 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD6 #AAD6DF | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CE | Disabled statesSecondary iconsMuted text |
| 500 | 59AF #59AFC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E92 #3E92A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3174 #317481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2353 #23535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFB;
--black-100: #E5F3F5;
--black-200: #CFE8ED;
--black-300: #AAD6DF;
--black-400: #7EC1CE;
--black-500: #59AFC0;
--black-600: #3E92A3;
--black-700: #317481;
--black-800: #23535C;
--black-900: #16353B;
--black-950: #0E2125;
}