Black

#001533

Blue

Color Codes

All color formats for development

HEX
#001533
RGB
rgb(0, 21, 51)
HSL
hsl(215, 100%, 10%)
OKLCH
oklch(0.199 0.067 255.4)
CMYK
cmyk(100%, 59%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.18:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DBEA
200
#BDD8
300
#8ABB
400
#4D97
500
#1A79
600
#005D
700
#004A
800
#0035
900
#0022
950
#0015

Shades

Darker variations

1#00132E
2#001129
3#000F24
4#000D1F
5#000B1A
6#000814
7#00060F
8#00040A
9#000205

Tints

Lighter variations

1#002861
2#003B8F
3#004FBD
4#0062EB
5#1A79FF
6#4794FF
7#75AFFF
8#A3C9FF
9#D1E4FF

Tones

Muted variations

1#031630
2#05162E
3#08172B
4#0A1729
5#0D1726
6#0F1824
7#121821
8#14191F
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DBEA
#DBEAFF
Light backgroundsTable row hoverSkeleton loading
200
BDD8
#BDD8FF
Secondary backgroundsInput backgroundsDividers
300
8ABB
#8ABBFF
BordersInactive statesPlaceholder text
400
4D97
#4D97FF
Disabled statesSecondary iconsMuted text
500
1A79
#1A79FF
Primary brand colorCTAsActive elementsLinks
600
005D
#005DE0
Hover statesFocus ringsPrimary buttons hover
700
004A
#004AB3
Active/pressed statesDark mode accentsSecondary text
800
0035
#003580
Text on light backgroundsHeadingsStrong borders
900
0022
#002252
Primary textHigh emphasis contentDark headings
950
0015
#001533
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F6FF;
  --black-100: #DBEAFF;
  --black-200: #BDD8FF;
  --black-300: #8ABBFF;
  --black-400: #4D97FF;
  --black-500: #1A79FF;
  --black-600: #005DE0;
  --black-700: #004AB3;
  --black-800: #003580;
  --black-900: #002252;
  --black-950: #001533;
}
Generate More ShadesCreate PaletteConvert Color