Black
#0A2927
CyanColor Codes
All color formats for development
HEX
#0A2927RGB
rgb(10, 41, 39)HSL
hsl(176, 61%, 10%)OKLCH
oklch(0.258 0.036 189.2)CMYK
cmyk(76%, 0%, 5%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092523
2#08211F
3#071D1B
4#061917
5#051513
6#041010
7#030C0C
8#020808
9#010404
Tints
Lighter variations
1#134E4A
2#1C736D
3#259890
4#2EBDB3
5#46D2C9
6#6BDBD4
7#90E4DF
8#B5EDE9
9#DAF6F4
Tones
Muted variations
1#0C2726
2#0D2624
3#0F2423
4#102322
5#122120
6#13201F
7#151E1E
8#161D1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E2F8F7;
--black-200: #CAF2EF;
--black-300: #A1E8E3;
--black-400: #6FDCD5;
--black-500: #46D2C9;
--black-600: #2CB5AC;
--black-700: #239088;
--black-800: #196761;
--black-900: #10423E;
--black-950: #0A2927;
}