Black
#0E2025
CyanColor Codes
All color formats for development
HEX
#0E2025RGB
rgb(14, 32, 37)HSL
hsl(193, 45%, 10%)OKLCH
oklch(0.23 0.026 217.7)CMYK
cmyk(62%, 14%, 0%, 85%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1D21
2#0B1A1E
3#0A161A
4#081316
5#071012
6#060D0F
7#040A0B
8#030607
9#010304
Tints
Lighter variations
1#1B3D46
2#275A68
3#347689
4#4193AA
5#59AAC0
6#7ABBCD
7#9BCCD9
8#BCDDE6
9#DEEEF2
Tones
Muted variations
1#0F1F24
2#101F23
3#111E22
4#131D20
5#141D1F
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD3 #AAD3DF | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59AA #59AAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8D #3E8DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3170 #317081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2350 #23505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F9FB;
--black-100: #E5F2F5;
--black-200: #CFE6ED;
--black-300: #AAD3DF;
--black-400: #7EBDCE;
--black-500: #59AAC0;
--black-600: #3E8DA3;
--black-700: #317081;
--black-800: #23505C;
--black-900: #16333B;
--black-950: #0E2025;
}