Black

#131B20

Blue

Color Codes

All color formats for development

HEX
#131B20
RGB
rgb(19, 27, 32)
HSL
hsl(203, 25%, 10%)
OKLCH
oklch(0.216 0.015 235.9)
CMYK
cmyk(41%, 16%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

17.42:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EE
200
#D6E0
300
#B6C8
400
#8FAB
500
#7093
600
#5477
700
#435E
800
#3043
900
#1F2B
950
#131B

Shades

Darker variations

1#11181D
2#0F161A
3#0D1316
4#0B1013
5#0A0D10
6#080B0D
7#06080A
8#040506
9#020303

Tints

Lighter variations

1#24333D
2#364C59
3#476476
4#587C93
5#7093A9
6#8CA9BA
7#A9BECB
8#C6D4DD
9#E2E9EE

Tones

Muted variations

1#141B1F
2#141B1F
3#151B1E
4#161A1D
5#161A1D
6#171A1C
7#181A1B
8#181A1B
9#191A1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EE
#E9EEF2
Light backgroundsTable row hoverSkeleton loading
200
D6E0
#D6E0E6
Secondary backgroundsInput backgroundsDividers
300
B6C8
#B6C8D3
BordersInactive statesPlaceholder text
400
8FAB
#8FABBC
Disabled statesSecondary iconsMuted text
500
7093
#7093A9
Primary brand colorCTAsActive elementsLinks
600
5477
#54778C
Hover statesFocus ringsPrimary buttons hover
700
435E
#435E70
Active/pressed statesDark mode accentsSecondary text
800
3043
#304350
Text on light backgroundsHeadingsStrong borders
900
1F2B
#1F2B33
Primary textHigh emphasis contentDark headings
950
131B
#131B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F8F9;
  --black-100: #E9EEF2;
  --black-200: #D6E0E6;
  --black-300: #B6C8D3;
  --black-400: #8FABBC;
  --black-500: #7093A9;
  --black-600: #54778C;
  --black-700: #435E70;
  --black-800: #304350;
  --black-900: #1F2B33;
  --black-950: #131B20;
}
Generate More ShadesCreate PaletteConvert Color