Blue

#2002DE

Blue

Color Codes

All color formats for development

HEX
#2002DE
RGB
rgb(32, 2, 222)
HSL
hsl(248, 98%, 44%)
OKLCH
oklch(0.416 0.276 268.1)
CMYK
cmyk(86%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

9.88:1

AA AAA

On Black Background

2.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C6BD
300
#9A8B
400
#664E
500
#3A1C
600
#2002
700
#1902
800
#1201
900
#0B01
950
#0701

Shades

Darker variations

1#1C02C8
2#1902B2
3#16029C
4#130185
5#10016F
6#0D0159
7#090143
8#06002C
9#030016

Tints

Lighter variations

1#2403FA
2#3B1DFD
3#5339FD
4#6C55FD
5#8472FE
6#9D8EFE
7#B5AAFE
8#CEC6FE
9#E6E3FF

Tones

Muted variations

1#280DD3
2#3018C8
3#3823BD
4#402EB2
5#4839A7
6#50449C
7#584F91
8#605A86
9#68657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFF
Light backgroundsTable row hoverSkeleton loading
200
C6BD
#C6BDFE
Secondary backgroundsInput backgroundsDividers
300
9A8B
#9A8BFE
BordersInactive statesPlaceholder text
400
664E
#664EFD
Disabled statesSecondary iconsMuted text
500
3A1C
#3A1CFD
Primary brand colorCTAsActive elementsLinks
600
2002
#2002DE
Hover statesFocus ringsPrimary buttons hover
700
1902
#1902B1
Active/pressed statesDark mode accentsSecondary text
800
1201
#12017E
Text on light backgroundsHeadingsStrong borders
900
0B01
#0B0151
Primary textHigh emphasis contentDark headings
950
0701
#070132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FF;
  --blue-100: #E0DCFF;
  --blue-200: #C6BDFE;
  --blue-300: #9A8BFE;
  --blue-400: #664EFD;
  --blue-500: #3A1CFD;
  --blue-600: #2002DE;
  --blue-700: #1902B1;
  --blue-800: #12017E;
  --blue-900: #0B0151;
  --blue-950: #070132;
}
Generate More ShadesCreate PaletteConvert Color