Cobalt

#2552BB

Blue

Color Codes

All color formats for development

HEX
#2552BB
RGB
rgb(37, 82, 187)
HSL
hsl(222, 67%, 44%)
OKLCH
oklch(0.473 0.173 263.6)
CMYK
cmyk(80%, 56%, 0%, 27%)

Accessibility

WCAG contrast compliance

On White Background

6.99:1

AA AAA

On Black Background

3.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E8
200
#C8D5
300
#9DB5
400
#6A8E
500
#3F6D
600
#2552
700
#1D41
800
#152F
900
#0D1E
950
#0813

Shades

Darker variations

1#214AA9
2#1E4296
3#1A3983
4#163170
5#13295E
6#0F214B
7#0B1938
8#071025
9#040813

Tints

Lighter variations

1#2A5DD3
2#406ED9
3#5880DE
4#7092E3
5#88A4E7
6#A0B7EC
7#B7C9F1
8#CFDBF6
9#E7EDFA

Tones

Muted variations

1#2D55B4
2#3458AC
3#3C5BA5
4#435E9D
5#4B6196
6#52648E
7#5A6787
8#616A7F
9#696D78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E8
#E1E8F9
Light backgroundsTable row hoverSkeleton loading
200
C8D5
#C8D5F4
Secondary backgroundsInput backgroundsDividers
300
9DB5
#9DB5EC
BordersInactive statesPlaceholder text
400
6A8E
#6A8EE2
Disabled statesSecondary iconsMuted text
500
3F6D
#3F6DD9
Primary brand colorCTAsActive elementsLinks
600
2552
#2552BB
Hover statesFocus ringsPrimary buttons hover
700
1D41
#1D4195
Active/pressed statesDark mode accentsSecondary text
800
152F
#152F6A
Text on light backgroundsHeadingsStrong borders
900
0D1E
#0D1E44
Primary textHigh emphasis contentDark headings
950
0813
#08132B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F5FC;
  --cobalt-100: #E1E8F9;
  --cobalt-200: #C8D5F4;
  --cobalt-300: #9DB5EC;
  --cobalt-400: #6A8EE2;
  --cobalt-500: #3F6DD9;
  --cobalt-600: #2552BB;
  --cobalt-700: #1D4195;
  --cobalt-800: #152F6A;
  --cobalt-900: #0D1E44;
  --cobalt-950: #08132B;
}
Generate More ShadesCreate PaletteConvert Color