Black
#0A2922
CyanColor Codes
All color formats for development
HEX
#0A2922RGB
rgb(10, 41, 34)HSL
hsl(166, 61%, 10%)OKLCH
oklch(0.256 0.039 175.5)CMYK
cmyk(76%, 0%, 17%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251E
2#08211B
3#071D18
4#061914
5#051511
6#04100E
7#030C0A
8#020807
9#010403
Tints
Lighter variations
1#134E40
2#1C735F
3#25987D
4#2EBD9B
5#46D2B2
6#6BDBC1
7#90E4D1
8#B5EDE0
9#DAF6F0
Tones
Muted variations
1#0C2721
2#0D2620
3#0F241F
4#10231E
5#12211E
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 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196754 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104236 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E2F8F3;
--black-200: #CAF2E9;
--black-300: #A1E8D7;
--black-400: #6FDCC3;
--black-500: #46D2B2;
--black-600: #2CB595;
--black-700: #239076;
--black-800: #196754;
--black-900: #104236;
--black-950: #0A2922;
}