Black

#121D21

Blue

Color Codes

All color formats for development

HEX
#121D21
RGB
rgb(18, 29, 33)
HSL
hsl(196, 29%, 10%)
OKLCH
oklch(0.222 0.018 222.5)
CMYK
cmyk(45%, 12%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

17.16:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8F0
200
#D4E2
300
#B3CC
400
#8CB2
500
#6B9C
600
#507F
700
#3F65
800
#2D48
900
#1D2E
950
#121D

Shades

Darker variations

1#101A1E
2#0E171A
3#0D1417
4#0B1114
5#090E10
6#070C0D
7#05090A
8#040607
9#020303

Tints

Lighter variations

1#22373F
2#33515C
3#436B7A
4#538597
5#6B9CAE
6#89B0BE
7#A6C3CE
8#C4D7DE
9#E1EBEF

Tones

Muted variations

1#131D20
2#141C1F
3#141C1F
4#151C1E
5#161B1D
6#171B1C
7#171B1C
8#181A1B
9#191A1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8F0
#E8F0F2
Light backgroundsTable row hoverSkeleton loading
200
D4E2
#D4E2E7
Secondary backgroundsInput backgroundsDividers
300
B3CC
#B3CCD5
BordersInactive statesPlaceholder text
400
8CB2
#8CB2C0
Disabled statesSecondary iconsMuted text
500
6B9C
#6B9CAE
Primary brand colorCTAsActive elementsLinks
600
507F
#507F91
Hover statesFocus ringsPrimary buttons hover
700
3F65
#3F6573
Active/pressed statesDark mode accentsSecondary text
800
2D48
#2D4852
Text on light backgroundsHeadingsStrong borders
900
1D2E
#1D2E35
Primary textHigh emphasis contentDark headings
950
121D
#121D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F8FA;
  --black-100: #E8F0F2;
  --black-200: #D4E2E7;
  --black-300: #B3CCD5;
  --black-400: #8CB2C0;
  --black-500: #6B9CAE;
  --black-600: #507F91;
  --black-700: #3F6573;
  --black-800: #2D4852;
  --black-900: #1D2E35;
  --black-950: #121D21;
}
Generate More ShadesCreate PaletteConvert Color