Blue

#2424F5

Blue

Color Codes

All color formats for development

HEX
#2424F5
RGB
rgb(36, 36, 245)
HSL
hsl(240, 91%, 55%)
OKLCH
oklch(0.465 0.286 267.8)
CMYK
cmyk(85%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

7.94:1

AA AAA

On Black Background

2.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DDDD
200
#C0C0
300
#8F8F
400
#5555
500
#2424
600
#0A0A
700
#0808
800
#0606
900
#0404
950
#0202

Shades

Darker variations

1#0B0BF1
2#0A0AD6
3#0909BC
4#0808A1
5#060686
6#05056B
7#040450
8#030336
9#01011B

Tints

Lighter variations

1#3A3AF6
2#5050F7
3#6666F8
4#7B7BF9
5#9191FA
6#A7A7FB
7#BDBDFC
8#D3D3FD
9#E9E9FE

Tones

Muted variations

1#2E2EEA
2#3939E0
3#4343D5
4#4E4ECB
5#5858C0
6#6262B6
7#6D6DAC
8#7777A1
9#828297

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C0C0
#C0C0FC
Secondary backgroundsInput backgroundsDividers
300
8F8F
#8F8FFA
BordersInactive statesPlaceholder text
400
5555
#5555F7
Disabled statesSecondary iconsMuted text
500
2424
#2424F5
Primary brand colorCTAsActive elementsLinks
600
0A0A
#0A0AD6
Hover statesFocus ringsPrimary buttons hover
700
0808
#0808AA
Active/pressed statesDark mode accentsSecondary text
800
0606
#06067A
Text on light backgroundsHeadingsStrong borders
900
0404
#04044E
Primary textHigh emphasis contentDark headings
950
0202
#020231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F0FE;
  --blue-100: #DDDDFD;
  --blue-200: #C0C0FC;
  --blue-300: #8F8FFA;
  --blue-400: #5555F7;
  --blue-500: #2424F5;
  --blue-600: #0A0AD6;
  --blue-700: #0808AA;
  --blue-800: #06067A;
  --blue-900: #04044E;
  --blue-950: #020231;
}
Generate More ShadesCreate PaletteConvert Color