Black
#0A2529
CyanColor Codes
All color formats for development
HEX
#0A2529RGB
rgb(10, 37, 41)HSL
hsl(188, 61%, 10%)OKLCH
oklch(0.246 0.033 208.5)CMYK
cmyk(76%, 10%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092125
2#081E21
3#071A1D
4#061619
5#051215
6#040F10
7#030B0C
8#020708
9#010404
Tints
Lighter variations
1#13464E
2#1C6773
3#258998
4#2EAABD
5#46C0D2
6#6BCCDB
7#90D9E4
8#B5E6ED
9#DAF2F6
Tones
Muted variations
1#0C2427
2#0D2326
3#0F2124
4#102023
5#121F21
6#131E20
7#151D1E
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DF #A1DFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCE #6FCEDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C0 #46C0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA2 #2CA2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2381 #238190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195C #195C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103B #103B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E2F5F8;
--black-200: #CAEDF2;
--black-300: #A1DFE8;
--black-400: #6FCEDC;
--black-500: #46C0D2;
--black-600: #2CA2B5;
--black-700: #238190;
--black-800: #195C67;
--black-900: #103B42;
--black-950: #0A2529;
}