Blue

#1A2DFF

Blue

Color Codes

All color formats for development

HEX
#1A2DFF
RGB
rgb(26, 45, 255)
HSL
hsl(235, 100%, 55%)
OKLCH
oklch(0.483 0.292 266.1)
CMYK
cmyk(90%, 82%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

7.33:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC2
300
#8A93
400
#4D5B
500
#1A2D
600
#0013
700
#000F
800
#000B
900
#0007
950
#0004

Shades

Darker variations

1#0015FC
2#0013E0
3#0010C4
4#000EA8
5#000C8C
6#000970
7#000754
8#000538
9#00021C

Tints

Lighter variations

1#3042FF
2#4757FF
3#5E6CFF
4#7581FF
5#8C96FF
6#A3ABFF
7#BAC0FF
8#D1D5FF
9#E8EAFF

Tones

Muted variations

1#2536F4
2#3040E8
3#3C49DD
4#4753D1
5#535CC6
6#5E66BA
7#6A70AF
8#7579A3
9#818398

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDE
#DBDEFF
Light backgroundsTable row hoverSkeleton loading
200
BDC2
#BDC2FF
Secondary backgroundsInput backgroundsDividers
300
8A93
#8A93FF
BordersInactive statesPlaceholder text
400
4D5B
#4D5BFF
Disabled statesSecondary iconsMuted text
500
1A2D
#1A2DFF
Primary brand colorCTAsActive elementsLinks
600
0013
#0013E0
Hover statesFocus ringsPrimary buttons hover
700
000F
#000FB3
Active/pressed statesDark mode accentsSecondary text
800
000B
#000B80
Text on light backgroundsHeadingsStrong borders
900
0007
#000752
Primary textHigh emphasis contentDark headings
950
0004
#000433
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F0F1FF;
  --blue-100: #DBDEFF;
  --blue-200: #BDC2FF;
  --blue-300: #8A93FF;
  --blue-400: #4D5BFF;
  --blue-500: #1A2DFF;
  --blue-600: #0013E0;
  --blue-700: #000FB3;
  --blue-800: #000B80;
  --blue-900: #000752;
  --blue-950: #000433;
}
Generate More ShadesCreate PaletteConvert Color