Black
#14151F
BlueColor Codes
All color formats for development
HEX
#14151FRGB
rgb(20, 21, 31)HSL
hsl(235, 22%, 10%)OKLCH
oklch(0.2 0.02 280)CMYK
cmyk(35%, 32%, 0%, 88%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12131C
2#101119
3#0E0F16
4#0C0C13
5#0A0A10
6#08080C
7#060609
8#040406
9#020203
Tints
Lighter variations
1#26283B
2#383A57
3#4A4D73
4#5B608F
5#7377A5
6#8F92B7
7#ABAEC9
8#C7C9DB
9#E3E4ED
Tones
Muted variations
1#14151F
2#15161E
3#16161D
4#16171D
5#17171C
6#17181C
7#18181B
8#18191B
9#19191A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9295 #9295B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7377 #7377A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585C #585C89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4649 #46496D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F6F9;
--black-100: #E9EAF1;
--black-200: #D7D8E5;
--black-300: #B7BAD1;
--black-400: #9295B9;
--black-500: #7377A5;
--black-600: #585C89;
--black-700: #46496D;
--black-800: #32344E;
--black-900: #202132;
--black-950: #14151F;
}