Black

#030C30

Blue

Color Codes

All color formats for development

HEX
#030C30
RGB
rgb(3, 12, 48)
HSL
hsl(228, 88%, 10%)
OKLCH
oklch(0.175 0.074 265.4)
CMYK
cmyk(94%, 75%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

19.11:1

AA AAA

On Black Background

1.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DDE4
200
#C1CC
300
#91A5
400
#5777
500
#2750
600
#0D35
700
#0B2A
800
#081E
900
#0513
950
#030C

Shades

Darker variations

1#030B2B
2#020A26
3#020822
4#02071D
5#020618
6#010513
7#01040E
8#01020A
9#000105

Tints

Lighter variations

1#06175B
2#092286
3#0B2DB1
4#0E37DD
5#2750F1
6#5273F4
7#7E96F7
8#A9B9F9
9#D4DCFC

Tones

Muted variations

1#050D2E
2#080F2B
3#0A1029
4#0C1127
5#0E1325
6#111422
7#131520
8#15171E
9#17181C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE4
#DDE4FD
Light backgroundsTable row hoverSkeleton loading
200
C1CC
#C1CCFB
Secondary backgroundsInput backgroundsDividers
300
91A5
#91A5F8
BordersInactive statesPlaceholder text
400
5777
#5777F4
Disabled statesSecondary iconsMuted text
500
2750
#2750F1
Primary brand colorCTAsActive elementsLinks
600
0D35
#0D35D3
Hover statesFocus ringsPrimary buttons hover
700
0B2A
#0B2AA8
Active/pressed statesDark mode accentsSecondary text
800
081E
#081E78
Text on light backgroundsHeadingsStrong borders
900
0513
#05134D
Primary textHigh emphasis contentDark headings
950
030C
#030C30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F3FE;
  --black-100: #DDE4FD;
  --black-200: #C1CCFB;
  --black-300: #91A5F8;
  --black-400: #5777F4;
  --black-500: #2750F1;
  --black-600: #0D35D3;
  --black-700: #0B2AA8;
  --black-800: #081E78;
  --black-900: #05134D;
  --black-950: #030C30;
}
Generate More ShadesCreate PaletteConvert Color