Blue

#1502DE

Blue

Color Codes

All color formats for development

HEX
#1502DE
RGB
rgb(21, 2, 222)
HSL
hsl(245, 98%, 44%)
OKLCH
oklch(0.412 0.278 266.2)
CMYK
cmyk(91%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

10.02:1

AA AAA

On Black Background

2.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C3BD
300
#948B
400
#5D4E
500
#2F1C
600
#1502
700
#1002
800
#0C01
900
#0701
950
#0501

Shades

Darker variations

1#1302C8
2#1002B2
3#0E029C
4#0C0185
5#0A016F
6#080159
7#060143
8#04002C
9#020016

Tints

Lighter variations

1#1703FA
2#2F1DFD
3#4939FD
4#6355FD
5#7D72FE
6#978EFE
7#B1AAFE
8#CBC6FE
9#E5E3FF

Tones

Muted variations

1#1E0DD3
2#2718C8
3#3023BD
4#392EB2
5#4239A7
6#4C449C
7#554F91
8#5E5A86
9#67657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFF
Light backgroundsTable row hoverSkeleton loading
200
C3BD
#C3BDFE
Secondary backgroundsInput backgroundsDividers
300
948B
#948BFE
BordersInactive statesPlaceholder text
400
5D4E
#5D4EFD
Disabled statesSecondary iconsMuted text
500
2F1C
#2F1CFD
Primary brand colorCTAsActive elementsLinks
600
1502
#1502DE
Hover statesFocus ringsPrimary buttons hover
700
1002
#1002B1
Active/pressed statesDark mode accentsSecondary text
800
0C01
#0C017E
Text on light backgroundsHeadingsStrong borders
900
0701
#070151
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F0FF;
  --blue-100: #DFDCFF;
  --blue-200: #C3BDFE;
  --blue-300: #948BFE;
  --blue-400: #5D4EFD;
  --blue-500: #2F1CFD;
  --blue-600: #1502DE;
  --blue-700: #1002B1;
  --blue-800: #0C017E;
  --blue-900: #070151;
  --blue-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color