Black
#0A2129
BlueColor Codes
All color formats for development
HEX
#0A2129RGB
rgb(10, 33, 41)HSL
hsl(195, 61%, 10%)OKLCH
oklch(0.233 0.032 223.7)CMYK
cmyk(76%, 20%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091E25
2#081B21
3#07171D
4#061419
5#051115
6#040D10
7#030A0C
8#020708
9#010304
Tints
Lighter variations
1#133F4E
2#1C5D73
3#257B98
4#2E99BD
5#46AFD2
6#6BBFDB
7#90CFE4
8#B5DFED
9#DAEFF6
Tones
Muted variations
1#0C2027
2#0D2026
3#0F1F24
4#101E23
5#121D21
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 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE8 #CAE8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D6 #A1D6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC1 #6FC1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46AF #46AFD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C92 #2C92B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2374 #237490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1953 #195367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1035 #103542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A21 #0A2129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E2F3F8;
--black-200: #CAE8F2;
--black-300: #A1D6E8;
--black-400: #6FC1DC;
--black-500: #46AFD2;
--black-600: #2C92B5;
--black-700: #237490;
--black-800: #195367;
--black-900: #103542;
--black-950: #0A2129;
}