Cobalt

#132CCD

Blue

Color Codes

All color formats for development

HEX
#132CCD
RGB
rgb(19, 44, 205)
HSL
hsl(232, 83%, 44%)
OKLCH
oklch(0.421 0.24 265.9)
CMYK
cmyk(91%, 79%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.25:1

AA AAA

On Black Background

2.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE2
200
#C2CA
300
#94A1
400
#5C6F
500
#2D46
600
#132C
700
#0F23
800
#0B19
900
#0710
950
#040A

Shades

Darker variations

1#1128B9
2#0F23A4
3#0D1F90
4#0B1A7B
5#0A1667
6#081252
7#060D3E
8#040929
9#020415

Tints

Lighter variations

1#1631E7
2#2E47EC
3#485EEE
4#6275F0
5#7C8CF3
6#96A3F5
7#B1BAF8
8#CBD1FA
9#E5E8FD

Tones

Muted variations

1#1C33C4
2#263ABB
3#2F40B1
4#3847A8
5#424E9F
6#4B5595
7#545C8C
8#5E6383
9#67697A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE2
#DEE2FC
Light backgroundsTable row hoverSkeleton loading
200
C2CA
#C2CAF9
Secondary backgroundsInput backgroundsDividers
300
94A1
#94A1F5
BordersInactive statesPlaceholder text
400
5C6F
#5C6FF0
Disabled statesSecondary iconsMuted text
500
2D46
#2D46EB
Primary brand colorCTAsActive elementsLinks
600
132C
#132CCD
Hover statesFocus ringsPrimary buttons hover
700
0F23
#0F23A3
Active/pressed statesDark mode accentsSecondary text
800
0B19
#0B1975
Text on light backgroundsHeadingsStrong borders
900
0710
#07104B
Primary textHigh emphasis contentDark headings
950
040A
#040A2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F3FE;
  --cobalt-100: #DEE2FC;
  --cobalt-200: #C2CAF9;
  --cobalt-300: #94A1F5;
  --cobalt-400: #5C6FF0;
  --cobalt-500: #2D46EB;
  --cobalt-600: #132CCD;
  --cobalt-700: #0F23A3;
  --cobalt-800: #0B1975;
  --cobalt-900: #07104B;
  --cobalt-950: #040A2F;
}
Generate More ShadesCreate PaletteConvert Color