Black
#0A1E29
BlueColor Codes
All color formats for development
HEX
#0A1E29RGB
rgb(10, 30, 41)HSL
hsl(201, 61%, 10%)OKLCH
oklch(0.224 0.034 235.1)CMYK
cmyk(76%, 27%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091B25
2#081821
3#07151D
4#061219
5#050F15
6#040C10
7#03090C
8#020608
9#010304
Tints
Lighter variations
1#13394E
2#1C5473
3#257098
4#2E8BBD
5#46A1D2
6#6BB4DB
7#90C7E4
8#B5D9ED
9#DAECF6
Tones
Muted variations
1#0C1E27
2#0D1D26
3#0F1D24
4#101C23
5#121C21
6#131B20
7#151B1E
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FC;
--black-100: #E2F0F8;
--black-200: #CAE4F2;
--black-300: #A1CFE8;
--black-400: #6FB6DC;
--black-500: #46A1D2;
--black-600: #2C85B5;
--black-700: #236A90;
--black-800: #194B67;
--black-900: #103042;
--black-950: #0A1E29;
}