Black
#0A2921
CyanColor Codes
All color formats for development
HEX
#0A2921RGB
rgb(10, 41, 33)HSL
hsl(165, 61%, 10%)OKLCH
oklch(0.255 0.04 173.1)CMYK
cmyk(76%, 0%, 20%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251E
2#08211B
3#071D17
4#061914
5#051511
6#04100D
7#030C0A
8#020807
9#010403
Tints
Lighter variations
1#134E3F
2#1C735D
3#25987B
4#2EBD99
5#46D2AF
6#6BDBBF
7#90E4CF
8#B5EDDF
9#DAF6EF
Tones
Muted variations
1#0C2720
2#0D2620
3#0F241F
4#10231E
5#12211D
6#13201D
7#151E1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E2F8F3;
--black-200: #CAF2E8;
--black-300: #A1E8D6;
--black-400: #6FDCC1;
--black-500: #46D2AF;
--black-600: #2CB592;
--black-700: #239074;
--black-800: #196753;
--black-900: #104235;
--black-950: #0A2921;
}