Cobalt

#26398C

Blue

Color Codes

All color formats for development

HEX
#26398C
RGB
rgb(38, 57, 140)
HSL
hsl(229, 57%, 35%)
OKLCH
oklch(0.383 0.14 269)
CMYK
cmyk(73%, 59%, 0%, 45%)

Accessibility

WCAG contrast compliance

On White Background

10.26:1

AA AAA

On Black Background

2.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E3E7
200
#CBD2
300
#A3AF
400
#7386
500
#4B63
600
#3048
700
#2639
800
#1B29
900
#121A
950
#0B10

Shades

Darker variations

1#23337E
2#1F2E70
3#1B2862
4#172254
5#131D46
6#0F1738
7#0C112A
8#080B1C
9#04060E

Tints

Lighter variations

1#2E44A6
2#354EC0
3#4961CD
4#6378D4
5#7D8EDB
6#97A5E2
7#B1BBEA
8#CBD2F1
9#E5E8F8

Tones

Muted variations

1#2B3C87
2#313F82
3#36437D
4#3B4678
5#404973
6#454C6E
7#4A5069
8#4F5363
9#54565E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E3E7
#E3E7F7
Light backgroundsTable row hoverSkeleton loading
200
CBD2
#CBD2F1
Secondary backgroundsInput backgroundsDividers
300
A3AF
#A3AFE6
BordersInactive statesPlaceholder text
400
7386
#7386D9
Disabled statesSecondary iconsMuted text
500
4B63
#4B63CE
Primary brand colorCTAsActive elementsLinks
600
3048
#3048B0
Hover statesFocus ringsPrimary buttons hover
700
2639
#26398C
Active/pressed statesDark mode accentsSecondary text
800
1B29
#1B2964
Text on light backgroundsHeadingsStrong borders
900
121A
#121A40
Primary textHigh emphasis contentDark headings
950
0B10
#0B1028
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F3F5FC;
  --cobalt-100: #E3E7F7;
  --cobalt-200: #CBD2F1;
  --cobalt-300: #A3AFE6;
  --cobalt-400: #7386D9;
  --cobalt-500: #4B63CE;
  --cobalt-600: #3048B0;
  --cobalt-700: #26398C;
  --cobalt-800: #1B2964;
  --cobalt-900: #121A40;
  --cobalt-950: #0B1028;
}
Generate More ShadesCreate PaletteConvert Color