Black
#0A2329
CyanColor Codes
All color formats for development
HEX
#0A2329RGB
rgb(10, 35, 41)HSL
hsl(192, 61%, 10%)OKLCH
oklch(0.24 0.033 216)CMYK
cmyk(76%, 15%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091F25
2#081C21
3#07181D
4#061519
5#051115
6#040E10
7#030A0C
8#020708
9#010304
Tints
Lighter variations
1#13424E
2#1C6273
3#258198
4#2EA0BD
5#46B6D2
6#6BC5DB
7#90D3E4
8#B5E2ED
9#DAF0F6
Tones
Muted variations
1#0C2227
2#0D2126
3#0F2024
4#101F23
5#121E21
6#131D20
7#151C1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E2F4F8;
--black-200: #CAEAF2;
--black-300: #A1DAE8;
--black-400: #6FC6DC;
--black-500: #46B6D2;
--black-600: #2C99B5;
--black-700: #237A90;
--black-800: #195767;
--black-900: #103842;
--black-950: #0A2329;
}