Black
#0A2926
CyanColor Codes
All color formats for development
HEX
#0A2926RGB
rgb(10, 41, 38)HSL
hsl(174, 61%, 10%)OKLCH
oklch(0.257 0.037 186.3)CMYK
cmyk(76%, 0%, 7%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092522
2#08211E
3#071D1B
4#061917
5#051513
6#04100F
7#030C0B
8#020808
9#010404
Tints
Lighter variations
1#134E48
2#1C736A
3#25988C
4#2EBDAF
5#46D2C4
6#6BDBD0
7#90E4DC
8#B5EDE7
9#DAF6F3
Tones
Muted variations
1#0C2725
2#0D2623
3#0F2422
4#102321
5#122120
6#13201E
7#151E1D
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 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFB;
--black-100: #E2F8F6;
--black-200: #CAF2EE;
--black-300: #A1E8E1;
--black-400: #6FDCD1;
--black-500: #46D2C4;
--black-600: #2CB5A7;
--black-700: #239085;
--black-800: #19675F;
--black-900: #10423D;
--black-950: #0A2926;
}