Blue

#1319CD

Blue

Color Codes

All color formats for development

HEX
#1319CD
RGB
rgb(19, 25, 205)
HSL
hsl(238, 83%, 44%)
OKLCH
oklch(0.401 0.254 266.3)
CMYK
cmyk(91%, 88%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

10.25:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DEDF
200
#C2C4
300
#9497
400
#5C61
500
#2D33
600
#1319
700
#0F14
800
#0B0E
900
#0709
950
#0406

Shades

Darker variations

1#1117B9
2#0F14A4
3#0D1290
4#0B0F7B
5#0A0D67
6#080A52
7#06083E
8#040529
9#020315

Tints

Lighter variations

1#161DE7
2#2E34EC
3#484EEE
4#6267F0
5#7C80F3
6#969AF5
7#B1B3F8
8#CBCCFA
9#E5E6FD

Tones

Muted variations

1#1C22C4
2#262BBB
3#2F33B1
4#383CA8
5#42459F
6#4B4D95
7#54568C
8#5E5F83
9#67687A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DEDF
#DEDFFC
Light backgroundsTable row hoverSkeleton loading
200
C2C4
#C2C4F9
Secondary backgroundsInput backgroundsDividers
300
9497
#9497F5
BordersInactive statesPlaceholder text
400
5C61
#5C61F0
Disabled statesSecondary iconsMuted text
500
2D33
#2D33EB
Primary brand colorCTAsActive elementsLinks
600
1319
#1319CD
Hover statesFocus ringsPrimary buttons hover
700
0F14
#0F14A3
Active/pressed statesDark mode accentsSecondary text
800
0B0E
#0B0E75
Text on light backgroundsHeadingsStrong borders
900
0709
#07094B
Primary textHigh emphasis contentDark headings
950
0406
#04062F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F1F1FE;
  --blue-100: #DEDFFC;
  --blue-200: #C2C4F9;
  --blue-300: #9497F5;
  --blue-400: #5C61F0;
  --blue-500: #2D33EB;
  --blue-600: #1319CD;
  --blue-700: #0F14A3;
  --blue-800: #0B0E75;
  --blue-900: #07094B;
  --blue-950: #04062F;
}
Generate More ShadesCreate PaletteConvert Color