Black
#0A2923
CyanColor Codes
All color formats for development
HEX
#0A2923RGB
rgb(10, 41, 35)HSL
hsl(168, 61%, 10%)OKLCH
oklch(0.256 0.038 178.1)CMYK
cmyk(76%, 0%, 15%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09251F
2#08211C
3#071D18
4#061915
5#051511
6#04100E
7#030C0A
8#020807
9#010403
Tints
Lighter variations
1#134E42
2#1C7362
3#259881
4#2EBDA0
5#46D2B6
6#6BDBC5
7#90E4D3
8#B5EDE2
9#DAF6F0
Tones
Muted variations
1#0C2722
2#0D2621
3#0F2420
4#10231F
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFA;
--black-100: #E2F8F4;
--black-200: #CAF2EA;
--black-300: #A1E8DA;
--black-400: #6FDCC6;
--black-500: #46D2B6;
--black-600: #2CB599;
--black-700: #23907A;
--black-800: #196757;
--black-900: #104238;
--black-950: #0A2923;
}