Blue

#3112CE

Blue

Color Codes

All color formats for development

HEX
#3112CE
RGB
rgb(49, 18, 206)
HSL
hsl(250, 84%, 44%)
OKLCH
oklch(0.411 0.251 273.3)
CMYK
cmyk(76%, 91%, 0%, 19%)

Accessibility

WCAG contrast compliance

On White Background

9.96:1

AA AAA

On Black Background

2.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E3DE
200
#CBC2
300
#A493
400
#745B
500
#4C2C
600
#3112
700
#270E
800
#1C0A
900
#1207
950
#0B04

Shades

Darker variations

1#2C10BA
2#270EA5
3#230D91
4#1E0B7C
5#190967
6#140753
7#0F053E
8#0A0429
9#050215

Tints

Lighter variations

1#3814E9
2#4D2DED
3#6347EF
4#7961F1
5#907CF4
6#A696F6
7#BCB0F8
8#D2CAFA
9#E9E5FD

Tones

Muted variations

1#381BC5
2#3E25BC
3#442EB2
4#4B38A9
5#51419F
6#574B96
7#5D548C
8#645D83
9#6A677A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E3DE
#E3DEFC
Light backgroundsTable row hoverSkeleton loading
200
CBC2
#CBC2FA
Secondary backgroundsInput backgroundsDividers
300
A493
#A493F6
BordersInactive statesPlaceholder text
400
745B
#745BF1
Disabled statesSecondary iconsMuted text
500
4C2C
#4C2CED
Primary brand colorCTAsActive elementsLinks
600
3112
#3112CE
Hover statesFocus ringsPrimary buttons hover
700
270E
#270EA4
Active/pressed statesDark mode accentsSecondary text
800
1C0A
#1C0A75
Text on light backgroundsHeadingsStrong borders
900
1207
#12074B
Primary textHigh emphasis contentDark headings
950
0B04
#0B042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --blue-50: #F3F1FE;
  --blue-100: #E3DEFC;
  --blue-200: #CBC2FA;
  --blue-300: #A493F6;
  --blue-400: #745BF1;
  --blue-500: #4C2CED;
  --blue-600: #3112CE;
  --blue-700: #270EA4;
  --blue-800: #1C0A75;
  --blue-900: #12074B;
  --blue-950: #0B042F;
}
Generate More ShadesCreate PaletteConvert Color