Blue

#2525F4

Blue

Color Codes

All color formats for development

HEX
#2525F4
RGB
rgb(37, 37, 244)
HSL
hsl(240, 90%, 55%)
OKLCH
oklch(0.465 0.284 268)
CMYK
cmyk(85%, 85%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

7.93: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
#9090
400
#5555
500
#2525
600
#0B0B
700
#0909
800
#0606
900
#0404
950
#0303

Shades

Darker variations

1#0D0DF0
2#0B0BD5
3#0A0ABB
4#0808A0
5#070785
6#06066B
7#040450
8#030335
9#01011B

Tints

Lighter variations

1#3B3BF5
2#5151F6
3#6666F7
4#7C7CF8
5#9292F9
6#A8A8FA
7#BEBEFC
8#D3D3FD
9#E9E9FE

Tones

Muted variations

1#2F2FE9
2#3A3ADF
3#4444D5
4#4E4ECA
5#5959C0
6#6363B6
7#6D6DAB
8#7878A1
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
9090
#9090F9
BordersInactive statesPlaceholder text
400
5555
#5555F6
Disabled statesSecondary iconsMuted text
500
2525
#2525F4
Primary brand colorCTAsActive elementsLinks
600
0B0B
#0B0BD5
Hover statesFocus ringsPrimary buttons hover
700
0909
#0909AA
Active/pressed statesDark mode accentsSecondary text
800
0606
#060679
Text on light backgroundsHeadingsStrong borders
900
0404
#04044E
Primary textHigh emphasis contentDark headings
950
0303
#030330
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: #9090F9;
  --blue-400: #5555F6;
  --blue-500: #2525F4;
  --blue-600: #0B0BD5;
  --blue-700: #0909AA;
  --blue-800: #060679;
  --blue-900: #04044E;
  --blue-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color