Black

#060330

Blue

Color Codes

All color formats for development

HEX
#060330
RGB
rgb(6, 3, 48)
HSL
hsl(244, 88%, 10%)
OKLCH
oklch(0.156 0.086 274.3)
CMYK
cmyk(87%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

19.75:1

AA AAA

On Black Background

1.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DD
200
#C5C1
300
#9891
400
#6257
500
#3527
600
#1B0D
700
#150B
800
#0F08
900
#0A05
950
#0603

Shades

Darker variations

1#05032B
2#050226
3#040222
4#04021D
5#030218
6#020113
7#02010E
8#01010A
9#010005

Tints

Lighter variations

1#0B065B
2#110986
3#160BB1
4#1C0EDD
5#3527F1
6#5D52F4
7#867EF7
8#AEA9F9
9#D7D4FC

Tones

Muted variations

1#08052E
2#0A082B
3#0C0A29
4#0E0C27
5#100E25
6#121122
7#141320
8#16151E
9#18171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DD
#E0DDFD
Light backgroundsTable row hoverSkeleton loading
200
C5C1
#C5C1FB
Secondary backgroundsInput backgroundsDividers
300
9891
#9891F8
BordersInactive statesPlaceholder text
400
6257
#6257F4
Disabled statesSecondary iconsMuted text
500
3527
#3527F1
Primary brand colorCTAsActive elementsLinks
600
1B0D
#1B0DD3
Hover statesFocus ringsPrimary buttons hover
700
150B
#150BA8
Active/pressed statesDark mode accentsSecondary text
800
0F08
#0F0878
Text on light backgroundsHeadingsStrong borders
900
0A05
#0A054D
Primary textHigh emphasis contentDark headings
950
0603
#060330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F1FE;
  --black-100: #E0DDFD;
  --black-200: #C5C1FB;
  --black-300: #9891F8;
  --black-400: #6257F4;
  --black-500: #3527F1;
  --black-600: #1B0DD3;
  --black-700: #150BA8;
  --black-800: #0F0878;
  --black-900: #0A054D;
  --black-950: #060330;
}
Generate More ShadesCreate PaletteConvert Color