Blue

#3014CC

Blue

Color Codes

All color formats for development

HEX
#3014CC
RGB
rgb(48, 20, 204)
HSL
hsl(249, 82%, 44%)
OKLCH
oklch(0.409 0.248 273.1)
CMYK
cmyk(76%, 90%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

10.01:1

AA AAA

On Black Background

2.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DF
200
#CBC3
300
#A394
400
#735D
500
#4A2E
600
#3014
700
#2610
800
#1B0B
900
#1107
950
#0B05

Shades

Darker variations

1#2B12B8
2#2610A3
3#210E8F
4#1D0C7B
5#180A66
6#130852
7#0E063D
8#0A0429
9#050214

Tints

Lighter variations

1#3617E6
2#4B2FEA
3#6249ED
4#7863F0
5#8F7DF2
6#A597F5
7#BCB1F7
8#D2CBFA
9#E9E5FC

Tones

Muted variations

1#361DC3
2#3D27BA
3#4330B1
4#4A39A7
5#50429E
6#564B95
7#5D558C
8#635E83
9#6A6779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DF
#E3DFFC
Light backgroundsTable row hoverSkeleton loading
200
CBC3
#CBC3F9
Secondary backgroundsInput backgroundsDividers
300
A394
#A394F4
BordersInactive statesPlaceholder text
400
735D
#735DEF
Disabled statesSecondary iconsMuted text
500
4A2E
#4A2EEA
Primary brand colorCTAsActive elementsLinks
600
3014
#3014CC
Hover statesFocus ringsPrimary buttons hover
700
2610
#2610A2
Active/pressed statesDark mode accentsSecondary text
800
1B0B
#1B0B74
Text on light backgroundsHeadingsStrong borders
900
1107
#11074A
Primary textHigh emphasis contentDark headings
950
0B05
#0B052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F3F1FE;
  --blue-100: #E3DFFC;
  --blue-200: #CBC3F9;
  --blue-300: #A394F4;
  --blue-400: #735DEF;
  --blue-500: #4A2EEA;
  --blue-600: #3014CC;
  --blue-700: #2610A2;
  --blue-800: #1B0B74;
  --blue-900: #11074A;
  --blue-950: #0B052E;
}
Generate More ShadesCreate PaletteConvert Color