Black
#0A2429
CyanColor Codes
All color formats for development
HEX
#0A2429RGB
rgb(10, 36, 41)HSL
hsl(190, 61%, 10%)OKLCH
oklch(0.243 0.033 212.2)CMYK
cmyk(76%, 12%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092025
2#081D21
3#07191D
4#061619
5#051215
6#040E10
7#030B0C
8#020708
9#010404
Tints
Lighter variations
1#13444E
2#1C6473
3#258598
4#2EA5BD
5#46BBD2
6#6BC9DB
7#90D6E4
8#B5E4ED
9#DAF1F6
Tones
Muted variations
1#0C2327
2#0D2226
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 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DC #A1DCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCA #6FCADC | Disabled statesSecondary iconsMuted text |
| 500 | 46BB #46BBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9E #2C9EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237E #237E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195A #195A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E2F4F8;
--black-200: #CAEBF2;
--black-300: #A1DCE8;
--black-400: #6FCADC;
--black-500: #46BBD2;
--black-600: #2C9EB5;
--black-700: #237E90;
--black-800: #195A67;
--black-900: #103942;
--black-950: #0A2429;
}