Black

#09222A

Blue

Color Codes

All color formats for development

HEX
#09222A
RGB
rgb(9, 34, 42)
HSL
hsl(195, 65%, 10%)
OKLCH
oklch(0.237 0.034 222.2)
CMYK
cmyk(79%, 19%, 0%, 84%)

Accessibility

WCAG contrast compliance

On White Background

16.49:1

AA AAA

On Black Background

1.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F3
200
#C8E9
300
#9ED7
400
#6CC3
500
#42B2
600
#2795
700
#1F76
800
#1654
900
#0E36
950
#0922

Shades

Darker variations

1#081E26
2#071B22
3#06181D
4#051419
5#041115
6#040E11
7#030A0D
8#020708
9#010304

Tints

Lighter variations

1#114050
2#195F76
3#217D9C
4#299BC2
5#42B2D7
6#68C1DF
7#8DD1E7
8#B3E0EF
9#D9F0F7

Tones

Muted variations

1#0B2128
2#0C2027
3#0E1F25
4#101E23
5#111E22
6#131D20
7#151C1E
8#161B1D
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F3
#E2F3F9
Light backgroundsTable row hoverSkeleton loading
200
C8E9
#C8E9F3
Secondary backgroundsInput backgroundsDividers
300
9ED7
#9ED7EA
BordersInactive statesPlaceholder text
400
6CC3
#6CC3E0
Disabled statesSecondary iconsMuted text
500
42B2
#42B2D7
Primary brand colorCTAsActive elementsLinks
600
2795
#2795B9
Hover statesFocus ringsPrimary buttons hover
700
1F76
#1F7693
Active/pressed statesDark mode accentsSecondary text
800
1654
#165469
Text on light backgroundsHeadingsStrong borders
900
0E36
#0E3643
Primary textHigh emphasis contentDark headings
950
0922
#09222A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FAFC;
  --black-100: #E2F3F9;
  --black-200: #C8E9F3;
  --black-300: #9ED7EA;
  --black-400: #6CC3E0;
  --black-500: #42B2D7;
  --black-600: #2795B9;
  --black-700: #1F7693;
  --black-800: #165469;
  --black-900: #0E3643;
  --black-950: #09222A;
}
Generate More ShadesCreate PaletteConvert Color