Black

#000533

Blue

Color Codes

All color formats for development

HEX
#000533
RGB
rgb(0, 5, 51)
HSL
hsl(234, 100%, 10%)
OKLCH
oklch(0.159 0.091 263.9)
CMYK
cmyk(100%, 90%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.64:1

AA AAA

On Black Background

1.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDF
200
#BDC3
300
#8A95
400
#4D5E
500
#1A30
600
#0016
700
#0012
800
#000D
900
#0008
950
#0005

Shades

Darker variations

1#00052E
2#000429
3#000424
4#00031F
5#00031A
6#000214
7#00020F
8#00010A
9#000105

Tints

Lighter variations

1#000A61
2#000E8F
3#0013BD
4#0017EB
5#1A30FF
6#475AFF
7#7583FF
8#A3ACFF
9#D1D6FF

Tones

Muted variations

1#030730
2#05092E
3#080B2B
4#0A0D29
5#0D0F26
6#0F1124
7#121321
8#14151F
9#17171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDF
#DBDFFF
Light backgroundsTable row hoverSkeleton loading
200
BDC3
#BDC3FF
Secondary backgroundsInput backgroundsDividers
300
8A95
#8A95FF
BordersInactive statesPlaceholder text
400
4D5E
#4D5EFF
Disabled statesSecondary iconsMuted text
500
1A30
#1A30FF
Primary brand colorCTAsActive elementsLinks
600
0016
#0016E0
Hover statesFocus ringsPrimary buttons hover
700
0012
#0012B3
Active/pressed statesDark mode accentsSecondary text
800
000D
#000D80
Text on light backgroundsHeadingsStrong borders
900
0008
#000852
Primary textHigh emphasis contentDark headings
950
0005
#000533
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F1FF;
  --black-100: #DBDFFF;
  --black-200: #BDC3FF;
  --black-300: #8A95FF;
  --black-400: #4D5EFF;
  --black-500: #1A30FF;
  --black-600: #0016E0;
  --black-700: #0012B3;
  --black-800: #000D80;
  --black-900: #000852;
  --black-950: #000533;
}
Generate More ShadesCreate PaletteConvert Color