Black
#0B2823
CyanColor Codes
All color formats for development
HEX
#0B2823RGB
rgb(11, 40, 35)HSL
hsl(170, 57%, 10%)OKLCH
oklch(0.253 0.036 180.1)CMYK
cmyk(73%, 0%, 13%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2420
2#09201C
3#081C19
4#071815
5#051412
6#04100E
7#030C0B
8#020807
9#010404
Tints
Lighter variations
1#154C43
2#1F7063
3#299482
4#32B8A2
5#4BCEB8
6#6FD8C6
7#93E1D4
8#B7EBE3
9#DBF5F1
Tones
Muted variations
1#0C2722
2#0E2521
3#0F2420
4#11221F
5#12211E
6#141F1D
7#151E1C
8#171C1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DB | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E3F7F4;
--black-200: #CBF1EA;
--black-300: #A3E6DB;
--black-400: #73D9C8;
--black-500: #4BCEB8;
--black-600: #30B09B;
--black-700: #268C7B;
--black-800: #1B6458;
--black-900: #124038;
--black-950: #0B2823;
}