Black
#0B2825
CyanColor Codes
All color formats for development
HEX
#0B2825RGB
rgb(11, 40, 37)HSL
hsl(174, 57%, 10%)OKLCH
oklch(0.254 0.035 185.9)CMYK
cmyk(73%, 0%, 7%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2421
2#09201E
3#081C1A
4#071816
5#051413
6#04100F
7#030C0B
8#020807
9#010404
Tints
Lighter variations
1#154C47
2#1F7068
3#299489
4#32B8AB
5#4BCEC1
6#6FD8CD
7#93E1DA
8#B7EBE6
9#DBF5F3
Tones
Muted variations
1#0C2724
2#0E2523
3#0F2422
4#112220
5#12211F
6#141F1E
7#151E1D
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DF | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CE | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E3F7F5;
--black-200: #CBF1ED;
--black-300: #A3E6DF;
--black-400: #73D9CE;
--black-500: #4BCEC1;
--black-600: #30B0A3;
--black-700: #268C82;
--black-800: #1B645D;
--black-900: #12403B;
--black-950: #0B2825;
}