Black
#0A2924
CyanColor Codes
All color formats for development
HEX
#0A2924RGB
rgb(10, 41, 36)HSL
hsl(170, 61%, 10%)OKLCH
oklch(0.256 0.038 180.7)CMYK
cmyk(76%, 0%, 12%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092520
2#08211D
3#071D19
4#061916
5#051512
6#04100E
7#030C0B
8#020807
9#010404
Tints
Lighter variations
1#134E44
2#1C7364
3#259885
4#2EBDA5
5#46D2BB
6#6BDBC9
7#90E4D6
8#B5EDE4
9#DAF6F1
Tones
Muted variations
1#0C2723
2#0D2622
3#0F2421
4#102320
5#12211F
6#13201E
7#151E1D
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E2F8F4;
--black-200: #CAF2EB;
--black-300: #A1E8DC;
--black-400: #6FDCCA;
--black-500: #46D2BB;
--black-600: #2CB59E;
--black-700: #23907E;
--black-800: #19675A;
--black-900: #104239;
--black-950: #0A2924;
}