Blue

#1711D0

Blue

Color Codes

All color formats for development

HEX
#1711D0
RGB
rgb(23, 17, 208)
HSL
hsl(242, 85%, 44%)
OKLCH
oklch(0.401 0.26 266.9)
CMYK
cmyk(89%, 92%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

10.36:1

AA AAA

On Black Background

2.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C4C2
300
#9692
400
#5F5A
500
#312B
600
#1711
700
#120D
800
#0D0A
900
#0806
950
#0504

Shades

Darker variations

1#150FBB
2#130DA6
3#100C91
4#0E0A7D
5#0C0868
6#090753
7#07053E
8#05032A
9#020215

Tints

Lighter variations

1#1A13EA
2#322CEE
3#4C46F0
4#6560F2
5#7F7BF4
6#9995F6
7#B2B0F9
8#CCCAFB
9#E5E5FD

Tones

Muted variations

1#201AC6
2#2924BC
3#322DB3
4#3B37A9
5#4441A0
6#4D4A96
7#55548D
8#5E5D83
9#67677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C4C2
#C4C2FA
Secondary backgroundsInput backgroundsDividers
300
9692
#9692F6
BordersInactive statesPlaceholder text
400
5F5A
#5F5AF2
Disabled statesSecondary iconsMuted text
500
312B
#312BEE
Primary brand colorCTAsActive elementsLinks
600
1711
#1711D0
Hover statesFocus ringsPrimary buttons hover
700
120D
#120DA5
Active/pressed statesDark mode accentsSecondary text
800
0D0A
#0D0A76
Text on light backgroundsHeadingsStrong borders
900
0806
#08064B
Primary textHigh emphasis contentDark headings
950
0504
#05042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F1FE;
  --blue-100: #DFDEFC;
  --blue-200: #C4C2FA;
  --blue-300: #9692F6;
  --blue-400: #5F5AF2;
  --blue-500: #312BEE;
  --blue-600: #1711D0;
  --blue-700: #120DA5;
  --blue-800: #0D0A76;
  --blue-900: #08064B;
  --blue-950: #05042F;
}
Generate More ShadesCreate PaletteConvert Color