Blue

#1A25FF

Blue

Color Codes

All color formats for development

HEX
#1A25FF
RGB
rgb(26, 37, 255)
HSL
hsl(237, 100%, 55%)
OKLCH
oklch(0.475 0.297 266.2)
CMYK
cmyk(90%, 85%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.63:1

AA AAA

On Black Background

2.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F0
100
#DBDD
200
#BDC0
300
#8A90
400
#4D55
500
#1A25
600
#000B
700
#0009
800
#0006
900
#0004
950
#0003

Shades

Darker variations

1#000DFC
2#000BE0
3#000AC4
4#0008A8
5#00078C
6#000670
7#000454
8#000338
9#00011C

Tints

Lighter variations

1#303BFF
2#4751FF
3#5E66FF
4#757CFF
5#8C92FF
6#A3A8FF
7#BABEFF
8#D1D3FF
9#E8E9FF

Tones

Muted variations

1#252FF4
2#303AE8
3#3C44DD
4#474ED1
5#5359C6
6#5E63BA
7#6A6DAF
8#7578A3
9#818298

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F0
#F0F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDD
#DBDDFF
Light backgroundsTable row hoverSkeleton loading
200
BDC0
#BDC0FF
Secondary backgroundsInput backgroundsDividers
300
8A90
#8A90FF
BordersInactive statesPlaceholder text
400
4D55
#4D55FF
Disabled statesSecondary iconsMuted text
500
1A25
#1A25FF
Primary brand colorCTAsActive elementsLinks
600
000B
#000BE0
Hover statesFocus ringsPrimary buttons hover
700
0009
#0009B3
Active/pressed statesDark mode accentsSecondary text
800
0006
#000680
Text on light backgroundsHeadingsStrong borders
900
0004
#000452
Primary textHigh emphasis contentDark headings
950
0003
#000333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F0FF;
  --blue-100: #DBDDFF;
  --blue-200: #BDC0FF;
  --blue-300: #8A90FF;
  --blue-400: #4D55FF;
  --blue-500: #1A25FF;
  --blue-600: #000BE0;
  --blue-700: #0009B3;
  --blue-800: #000680;
  --blue-900: #000452;
  --blue-950: #000333;
}
Generate More ShadesCreate PaletteConvert Color