Black
#0A1F29
BlueColor Codes
All color formats for development
HEX
#0A1F29RGB
rgb(10, 31, 41)HSL
hsl(199, 61%, 10%)OKLCH
oklch(0.227 0.033 231.4)CMYK
cmyk(76%, 24%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091C25
2#081921
3#07161D
4#061319
5#051015
6#040C10
7#03090C
8#020608
9#010304
Tints
Lighter variations
1#133B4E
2#1C5773
3#257398
4#2E90BD
5#46A6D2
6#6BB8DB
7#90CAE4
8#B5DBED
9#DAEDF6
Tones
Muted variations
1#0C1F27
2#0D1E26
3#0F1D24
4#101D23
5#121C21
6#131C20
7#151B1E
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 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FC;
--black-100: #E2F1F8;
--black-200: #CAE5F2;
--black-300: #A1D1E8;
--black-400: #6FBADC;
--black-500: #46A6D2;
--black-600: #2C89B5;
--black-700: #236D90;
--black-800: #194E67;
--black-900: #103242;
--black-950: #0A1F29;
}