Cobalt

#244DBC

Blue

Color Codes

All color formats for development

HEX
#244DBC
RGB
rgb(36, 77, 188)
HSL
hsl(224, 68%, 44%)
OKLCH
oklch(0.463 0.181 264.7)
CMYK
cmyk(81%, 59%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

7.34:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E7
200
#C7D3
300
#9CB2
400
#6989
500
#3E68
600
#244D
700
#1D3D
800
#142C
900
#0D1C
950
#0811

Shades

Darker variations

1#2045AA
2#1D3D97
3#193684
4#162E71
5#12265E
6#0E1F4B
7#0B1739
8#070F26
9#040813

Tints

Lighter variations

1#2856D4
2#3F69DA
3#577BDF
4#6F8EE4
5#87A1E8
6#9FB4ED
7#B7C7F1
8#CFD9F6
9#E7ECFA

Tones

Muted variations

1#2C50B5
2#3354AD
3#3B57A6
4#425B9E
5#4A5E96
6#52628F
7#596687
8#61697F
9#696D78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E7
#E1E7F9
Light backgroundsTable row hoverSkeleton loading
200
C7D3
#C7D3F4
Secondary backgroundsInput backgroundsDividers
300
9CB2
#9CB2EC
BordersInactive statesPlaceholder text
400
6989
#6989E2
Disabled statesSecondary iconsMuted text
500
3E68
#3E68DA
Primary brand colorCTAsActive elementsLinks
600
244D
#244DBC
Hover statesFocus ringsPrimary buttons hover
700
1D3D
#1D3D96
Active/pressed statesDark mode accentsSecondary text
800
142C
#142C6B
Text on light backgroundsHeadingsStrong borders
900
0D1C
#0D1C45
Primary textHigh emphasis contentDark headings
950
0811
#08112B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F5FD;
  --cobalt-100: #E1E7F9;
  --cobalt-200: #C7D3F4;
  --cobalt-300: #9CB2EC;
  --cobalt-400: #6989E2;
  --cobalt-500: #3E68DA;
  --cobalt-600: #244DBC;
  --cobalt-700: #1D3D96;
  --cobalt-800: #142C6B;
  --cobalt-900: #0D1C45;
  --cobalt-950: #08112B;
}
Generate More ShadesCreate PaletteConvert Color