Black

#111722

Blue

Color Codes

All color formats for development

HEX
#111722
RGB
rgb(17, 23, 34)
HSL
hsl(219, 33%, 10%)
OKLCH
oklch(0.204 0.024 262.3)
CMYK
cmyk(50%, 32%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

17.96:1

AA AAA

On Black Background

1.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EB
200
#D3DB
300
#B1BF
400
#889D
500
#6681
600
#4B65
700
#3C50
800
#2B39
900
#1B25
950
#1117

Shades

Darker variations

1#0F151F
2#0E121B
3#0C1018
4#0A0E14
5#090B11
6#07090E
7#05070A
8#030507
9#020203

Tints

Lighter variations

1#202C40
2#30405F
3#3F557D
4#4F6A9C
5#6681B2
6#859AC1
7#A3B3D1
8#C2CDE0
9#E0E6F0

Tones

Muted variations

1#121721
2#131720
3#14181F
4#14181F
5#15181E
6#16181D
7#17191C
8#18191B
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF3
Light backgroundsTable row hoverSkeleton loading
200
D3DB
#D3DBE9
Secondary backgroundsInput backgroundsDividers
300
B1BF
#B1BFD8
BordersInactive statesPlaceholder text
400
889D
#889DC3
Disabled statesSecondary iconsMuted text
500
6681
#6681B2
Primary brand colorCTAsActive elementsLinks
600
4B65
#4B6595
Hover statesFocus ringsPrimary buttons hover
700
3C50
#3C5077
Active/pressed statesDark mode accentsSecondary text
800
2B39
#2B3955
Text on light backgroundsHeadingsStrong borders
900
1B25
#1B2536
Primary textHigh emphasis contentDark headings
950
1117
#111722
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F7FA;
  --black-100: #E7EBF3;
  --black-200: #D3DBE9;
  --black-300: #B1BFD8;
  --black-400: #889DC3;
  --black-500: #6681B2;
  --black-600: #4B6595;
  --black-700: #3C5077;
  --black-800: #2B3955;
  --black-900: #1B2536;
  --black-950: #111722;
}
Generate More ShadesCreate PaletteConvert Color