Cobalt

#132FCD

Blue

Color Codes

All color formats for development

HEX
#132FCD
RGB
rgb(19, 47, 205)
HSL
hsl(231, 83%, 44%)
OKLCH
oklch(0.425 0.238 265.7)
CMYK
cmyk(91%, 77%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

9.07:1

AA AAA

On Black Background

2.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DEE3
200
#C2CB
300
#94A2
400
#5C72
500
#2D4A
600
#132F
700
#0F25
800
#0B1B
900
#0711
950
#040B

Shades

Darker variations

1#112AB9
2#0F26A4
3#0D2190
4#0B1C7B
5#0A1867
6#081352
7#060E3E
8#040929
9#020515

Tints

Lighter variations

1#1635E7
2#2E4AEC
3#4861EE
4#6278F0
5#7C8EF3
6#96A5F5
7#B1BBF8
8#CBD2FA
9#E5E8FD

Tones

Muted variations

1#1C36C4
2#263CBB
3#2F43B1
4#3849A8
5#42509F
6#4B5695
7#545D8C
8#5E6383
9#676A7A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE3
#DEE3FC
Light backgroundsTable row hoverSkeleton loading
200
C2CB
#C2CBF9
Secondary backgroundsInput backgroundsDividers
300
94A2
#94A2F5
BordersInactive statesPlaceholder text
400
5C72
#5C72F0
Disabled statesSecondary iconsMuted text
500
2D4A
#2D4AEB
Primary brand colorCTAsActive elementsLinks
600
132F
#132FCD
Hover statesFocus ringsPrimary buttons hover
700
0F25
#0F25A3
Active/pressed statesDark mode accentsSecondary text
800
0B1B
#0B1B75
Text on light backgroundsHeadingsStrong borders
900
0711
#07114B
Primary textHigh emphasis contentDark headings
950
040B
#040B2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F1F3FE;
  --cobalt-100: #DEE3FC;
  --cobalt-200: #C2CBF9;
  --cobalt-300: #94A2F5;
  --cobalt-400: #5C72F0;
  --cobalt-500: #2D4AEB;
  --cobalt-600: #132FCD;
  --cobalt-700: #0F25A3;
  --cobalt-800: #0B1B75;
  --cobalt-900: #07114B;
  --cobalt-950: #040B2F;
}
Generate More ShadesCreate PaletteConvert Color