Cobalt

#2461BC

Blue

Color Codes

All color formats for development

HEX
#2461BC
RGB
rgb(36, 97, 188)
HSL
hsl(216, 68%, 44%)
OKLCH
oklch(0.505 0.157 258.7)
CMYK
cmyk(81%, 48%, 0%, 26%)

Accessibility

WCAG contrast compliance

On White Background

5.98:1

AA AAA

On Black Background

3.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EB
200
#C7D9
300
#9CBC
400
#699A
500
#3E7D
600
#2461
700
#1D4D
800
#1437
900
#0D23
950
#0816

Shades

Darker variations

1#2057AA
2#1D4E97
3#194484
4#163A71
5#12305E
6#0E274B
7#0B1D39
8#071326
9#040A13

Tints

Lighter variations

1#286DD4
2#3F7DDA
3#578DDF
4#6F9EE4
5#87AEE8
6#9FBEED
7#B7CEF1
8#CFDFF6
9#E7EFFA

Tones

Muted variations

1#2C62B5
2#3364AD
3#3B66A6
4#42679E
5#4A6996
6#526A8F
7#596C87
8#616D7F
9#696F78

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBF9
Light backgroundsTable row hoverSkeleton loading
200
C7D9
#C7D9F4
Secondary backgroundsInput backgroundsDividers
300
9CBC
#9CBCEC
BordersInactive statesPlaceholder text
400
699A
#699AE2
Disabled statesSecondary iconsMuted text
500
3E7D
#3E7DDA
Primary brand colorCTAsActive elementsLinks
600
2461
#2461BC
Hover statesFocus ringsPrimary buttons hover
700
1D4D
#1D4D96
Active/pressed statesDark mode accentsSecondary text
800
1437
#14376B
Text on light backgroundsHeadingsStrong borders
900
0D23
#0D2345
Primary textHigh emphasis contentDark headings
950
0816
#08162B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F6FD;
  --cobalt-100: #E1EBF9;
  --cobalt-200: #C7D9F4;
  --cobalt-300: #9CBCEC;
  --cobalt-400: #699AE2;
  --cobalt-500: #3E7DDA;
  --cobalt-600: #2461BC;
  --cobalt-700: #1D4D96;
  --cobalt-800: #14376B;
  --cobalt-900: #0D2345;
  --cobalt-950: #08162B;
}
Generate More ShadesCreate PaletteConvert Color