Black

#04112F

Blue

Color Codes

All color formats for development

HEX
#04112F
RGB
rgb(4, 17, 47)
HSL
hsl(222, 84%, 10%)
OKLCH
oklch(0.188 0.064 262.5)
CMYK
cmyk(91%, 64%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.64:1

AA AAA

On Black Background

1.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DEE7
200
#C2D3
300
#93B1
400
#5B88
500
#2C66
600
#124B
700
#0E3B
800
#0A2A
900
#071B
950
#0411

Shades

Darker variations

1#040F2A
2#030E26
3#030C21
4#020A1C
5#020817
6#020713
7#01050E
8#010309
9#000205

Tints

Lighter variations

1#082059
2#0B2F83
3#0F3FAE
4#134ED8
5#2C66ED
6#5684F0
7#80A3F4
8#ABC2F8
9#D5E0FB

Tones

Muted variations

1#06122D
2#08132B
3#0B1428
4#0D1426
5#0F1524
6#111622
7#131720
8#15181E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE7
#DEE7FC
Light backgroundsTable row hoverSkeleton loading
200
C2D3
#C2D3FA
Secondary backgroundsInput backgroundsDividers
300
93B1
#93B1F6
BordersInactive statesPlaceholder text
400
5B88
#5B88F1
Disabled statesSecondary iconsMuted text
500
2C66
#2C66ED
Primary brand colorCTAsActive elementsLinks
600
124B
#124BCE
Hover statesFocus ringsPrimary buttons hover
700
0E3B
#0E3BA4
Active/pressed statesDark mode accentsSecondary text
800
0A2A
#0A2A75
Text on light backgroundsHeadingsStrong borders
900
071B
#071B4B
Primary textHigh emphasis contentDark headings
950
0411
#04112F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F5FE;
  --black-100: #DEE7FC;
  --black-200: #C2D3FA;
  --black-300: #93B1F6;
  --black-400: #5B88F1;
  --black-500: #2C66ED;
  --black-600: #124BCE;
  --black-700: #0E3BA4;
  --black-800: #0A2A75;
  --black-900: #071B4B;
  --black-950: #04112F;
}
Generate More ShadesCreate PaletteConvert Color