Black

#101723

Blue

Color Codes

All color formats for development

HEX
#101723
RGB
rgb(16, 23, 35)
HSL
hsl(218, 37%, 10%)
OKLCH
oklch(0.204 0.026 260.9)
CMYK
cmyk(54%, 34%, 0%, 86%)

Accessibility

WCAG contrast compliance

On White Background

17.97: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
#D2DB
300
#AFBF
400
#859D
500
#6281
600
#4765
700
#3850
800
#2839
900
#1A25
950
#1017

Shades

Darker variations

1#0E151F
2#0D121C
3#0B1018
4#0A0E15
5#080B11
6#06090E
7#05070A
8#030507
9#020203

Tints

Lighter variations

1#1F2C42
2#2D4062
3#3B5581
4#4A6AA1
5#6281B7
6#819AC5
7#A1B3D4
8#C0CDE2
9#E0E6F1

Tones

Muted variations

1#111722
2#121721
3#131820
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
#E7EBF4
Light backgroundsTable row hoverSkeleton loading
200
D2DB
#D2DBEA
Secondary backgroundsInput backgroundsDividers
300
AFBF
#AFBFDA
BordersInactive statesPlaceholder text
400
859D
#859DC7
Disabled statesSecondary iconsMuted text
500
6281
#6281B7
Primary brand colorCTAsActive elementsLinks
600
4765
#47659A
Hover statesFocus ringsPrimary buttons hover
700
3850
#38507A
Active/pressed statesDark mode accentsSecondary text
800
2839
#283957
Text on light backgroundsHeadingsStrong borders
900
1A25
#1A2538
Primary textHigh emphasis contentDark headings
950
1017
#101723
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F7FA;
  --black-100: #E7EBF4;
  --black-200: #D2DBEA;
  --black-300: #AFBFDA;
  --black-400: #859DC7;
  --black-500: #6281B7;
  --black-600: #47659A;
  --black-700: #38507A;
  --black-800: #283957;
  --black-900: #1A2538;
  --black-950: #101723;
}
Generate More ShadesCreate PaletteConvert Color