Black

#131F20

Cyan

Color Codes

All color formats for development

HEX
#131F20
RGB
rgb(19, 31, 32)
HSL
hsl(185, 25%, 10%)
OKLCH
oklch(0.229 0.017 202.5)
CMYK
cmyk(41%, 3%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

16.87:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F1
200
#D6E5
300
#B6D1
400
#8FB8
500
#70A4
600
#5488
700
#436C
800
#304D
900
#1F31
950
#131F

Shades

Darker variations

1#111C1D
2#0F191A
3#0D1616
4#0B1213
5#0A0F10
6#080C0D
7#06090A
8#040606
9#020303

Tints

Lighter variations

1#243B3D
2#365659
3#477276
4#588E93
5#70A4A9
6#8CB6BA
7#A9C8CB
8#C6DBDD
9#E2EDEE

Tones

Muted variations

1#141E1F
2#141E1F
3#151D1E
4#161D1D
5#161C1D
6#171C1C
7#181B1B
8#181B1B
9#191A1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F1
#E9F1F2
Light backgroundsTable row hoverSkeleton loading
200
D6E5
#D6E5E6
Secondary backgroundsInput backgroundsDividers
300
B6D1
#B6D1D3
BordersInactive statesPlaceholder text
400
8FB8
#8FB8BC
Disabled statesSecondary iconsMuted text
500
70A4
#70A4A9
Primary brand colorCTAsActive elementsLinks
600
5488
#54888C
Hover statesFocus ringsPrimary buttons hover
700
436C
#436C70
Active/pressed statesDark mode accentsSecondary text
800
304D
#304D50
Text on light backgroundsHeadingsStrong borders
900
1F31
#1F3133
Primary textHigh emphasis contentDark headings
950
131F
#131F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F9F9;
  --black-100: #E9F1F2;
  --black-200: #D6E5E6;
  --black-300: #B6D1D3;
  --black-400: #8FB8BC;
  --black-500: #70A4A9;
  --black-600: #54888C;
  --black-700: #436C70;
  --black-800: #304D50;
  --black-900: #1F3133;
  --black-950: #131F20;
}
Generate More ShadesCreate PaletteConvert Color