Black

#04152F

Blue

Color Codes

All color formats for development

HEX
#04152F
RGB
rgb(4, 21, 47)
HSL
hsl(216, 84%, 10%)
OKLCH
oklch(0.199 0.057 257.6)
CMYK
cmyk(91%, 55%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

18.21:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C2D8
300
#93BA
400
#5B97
500
#2C79
600
#125D
700
#0E4A
800
#0A35
900
#0722
950
#0415

Shades

Darker variations

1#04132A
2#031126
3#030F21
4#020D1C
5#020B17
6#020813
7#01060E
8#010409
9#000205

Tints

Lighter variations

1#082859
2#0B3B83
3#0F4EAE
4#1362D8
5#2C79ED
6#5694F0
7#80AFF4
8#ABC9F8
9#D5E4FB

Tones

Muted variations

1#06162D
2#08162B
3#0B1728
4#0D1726
5#0F1724
6#111822
7#131820
8#15191E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFC
Light backgroundsTable row hoverSkeleton loading
200
C2D8
#C2D8FA
Secondary backgroundsInput backgroundsDividers
300
93BA
#93BAF6
BordersInactive statesPlaceholder text
400
5B97
#5B97F1
Disabled statesSecondary iconsMuted text
500
2C79
#2C79ED
Primary brand colorCTAsActive elementsLinks
600
125D
#125DCE
Hover statesFocus ringsPrimary buttons hover
700
0E4A
#0E4AA4
Active/pressed statesDark mode accentsSecondary text
800
0A35
#0A3575
Text on light backgroundsHeadingsStrong borders
900
0722
#07224B
Primary textHigh emphasis contentDark headings
950
0415
#04152F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F6FE;
  --black-100: #DEEAFC;
  --black-200: #C2D8FA;
  --black-300: #93BAF6;
  --black-400: #5B97F1;
  --black-500: #2C79ED;
  --black-600: #125DCE;
  --black-700: #0E4AA4;
  --black-800: #0A3575;
  --black-900: #07224B;
  --black-950: #04152F;
}
Generate More ShadesCreate PaletteConvert Color