Blue

#250AD6

Blue

Color Codes

All color formats for development

HEX
#250AD6
RGB
rgb(37, 10, 214)
HSL
hsl(248, 91%, 44%)
OKLCH
oklch(0.411 0.265 269.6)
CMYK
cmyk(83%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

10.03:1

AA AAA

On Black Background

2.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DD
200
#C8C0
300
#9D8F
400
#6A55
500
#4024
600
#250A
700
#1E08
800
#1506
900
#0E04
950
#0802

Shades

Darker variations

1#2209C1
2#1E08AB
3#1A0796
4#160681
5#13056B
6#0F0456
7#0B0340
8#07022B
9#040115

Tints

Lighter variations

1#2A0BF2
2#4125F5
3#5840F6
4#705BF7
5#8877F9
6#A092FA
7#B8ADFB
8#CFC8FC
9#E7E4FE

Tones

Muted variations

1#2D14CC
2#341FC2
3#3C29B8
4#4333AD
5#4B3DA3
6#524799
7#5A528F
8#615C85
9#69667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E1DD
#E1DDFD
Light backgroundsTable row hoverSkeleton loading
200
C8C0
#C8C0FC
Secondary backgroundsInput backgroundsDividers
300
9D8F
#9D8FFA
BordersInactive statesPlaceholder text
400
6A55
#6A55F7
Disabled statesSecondary iconsMuted text
500
4024
#4024F5
Primary brand colorCTAsActive elementsLinks
600
250A
#250AD6
Hover statesFocus ringsPrimary buttons hover
700
1E08
#1E08AA
Active/pressed statesDark mode accentsSecondary text
800
1506
#15067A
Text on light backgroundsHeadingsStrong borders
900
0E04
#0E044E
Primary textHigh emphasis contentDark headings
950
0802
#080231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F2F0FE;
  --blue-100: #E1DDFD;
  --blue-200: #C8C0FC;
  --blue-300: #9D8FFA;
  --blue-400: #6A55F7;
  --blue-500: #4024F5;
  --blue-600: #250AD6;
  --blue-700: #1E08AA;
  --blue-800: #15067A;
  --blue-900: #0E044E;
  --blue-950: #080231;
}
Generate More ShadesCreate PaletteConvert Color