Black
#0A2029
BlueColor Codes
All color formats for development
HEX
#0A2029RGB
rgb(10, 32, 41)HSL
hsl(197, 61%, 10%)OKLCH
oklch(0.23 0.033 227.6)CMYK
cmyk(76%, 22%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091D25
2#081A21
3#07171D
4#061319
5#051015
6#040D10
7#030A0C
8#020608
9#010304
Tints
Lighter variations
1#133D4E
2#1C5A73
3#257798
4#2E94BD
5#46ABD2
6#6BBBDB
7#90CCE4
8#B5DDED
9#DAEEF6
Tones
Muted variations
1#0C2027
2#0D1F26
3#0F1E24
4#101E23
5#121D21
6#131C20
7#151C1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FC;
--black-100: #E2F2F8;
--black-200: #CAE7F2;
--black-300: #A1D4E8;
--black-400: #6FBDDC;
--black-500: #46ABD2;
--black-600: #2C8EB5;
--black-700: #237190;
--black-800: #195167;
--black-900: #103442;
--black-950: #0A2029;
}