Black
#0A2929
CyanColor Codes
All color formats for development
HEX
#0A2929RGB
rgb(10, 41, 41)HSL
hsl(180, 61%, 10%)OKLCH
oklch(0.258 0.036 195.2)CMYK
cmyk(76%, 0%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092525
2#082121
3#071D1D
4#061919
5#051515
6#041010
7#030C0C
8#020808
9#010404
Tints
Lighter variations
1#134E4E
2#1C7373
3#259898
4#2EBDBD
5#46D2D2
6#6BDBDB
7#90E4E4
8#B5EDED
9#DAF6F6
Tones
Muted variations
1#0C2727
2#0D2626
3#0F2424
4#102323
5#122121
6#132020
7#151E1E
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FCFC;
--black-100: #E2F8F8;
--black-200: #CAF2F2;
--black-300: #A1E8E8;
--black-400: #6FDCDC;
--black-500: #46D2D2;
--black-600: #2CB5B5;
--black-700: #239090;
--black-800: #196767;
--black-900: #104242;
--black-950: #0A2929;
}