Cobalt

#182E9A

Blue

Color Codes

All color formats for development

HEX
#182E9A
RGB
rgb(24, 46, 154)
HSL
hsl(230, 73%, 35%)
OKLCH
oklch(0.369 0.176 267.1)
CMYK
cmyk(84%, 70%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

11.07:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E4
200
#C6CE
300
#9AA8
400
#657A
500
#3854
600
#1E3A
700
#182E
800
#1121
900
#0B15
950
#070D

Shades

Darker variations

1#16298B
2#13257C
3#11206C
4#0E1B5D
5#0C174D
6#0A123E
7#070E2E
8#05091F
9#02050F

Tints

Lighter variations

1#1D36B7
2#213FD4
3#3653E0
4#536BE4
5#7084E9
6#8C9CED
7#A9B5F2
8#C6CEF6
9#E2E6FB

Tones

Muted variations

1#1F3294
2#25378D
3#2C3B87
4#323F80
5#39447A
6#3F4873
7#464C6D
8#4C5166
9#535560

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E4
#E0E4FA
Light backgroundsTable row hoverSkeleton loading
200
C6CE
#C6CEF6
Secondary backgroundsInput backgroundsDividers
300
9AA8
#9AA8EF
BordersInactive statesPlaceholder text
400
657A
#657AE7
Disabled statesSecondary iconsMuted text
500
3854
#3854E0
Primary brand colorCTAsActive elementsLinks
600
1E3A
#1E3AC2
Hover statesFocus ringsPrimary buttons hover
700
182E
#182E9A
Active/pressed statesDark mode accentsSecondary text
800
1121
#11216E
Text on light backgroundsHeadingsStrong borders
900
0B15
#0B1547
Primary textHigh emphasis contentDark headings
950
070D
#070D2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F2F4FD;
  --cobalt-100: #E0E4FA;
  --cobalt-200: #C6CEF6;
  --cobalt-300: #9AA8EF;
  --cobalt-400: #657AE7;
  --cobalt-500: #3854E0;
  --cobalt-600: #1E3AC2;
  --cobalt-700: #182E9A;
  --cobalt-800: #11216E;
  --cobalt-900: #0B1547;
  --cobalt-950: #070D2C;
}
Generate More ShadesCreate PaletteConvert Color