Cobalt

#0268B1

Blue

Color Codes

All color formats for development

HEX
#0268B1
RGB
rgb(2, 104, 177)
HSL
hsl(205, 98%, 35%)
OKLCH
oklch(0.508 0.14 249.2)
CMYK
cmyk(99%, 41%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

5.80:1

AA AAA

On Black Background

3.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF0
200
#BDE3
300
#8BCE
400
#4EB4
500
#1C9F
600
#0283
700
#0268
800
#014A
900
#012F
950
#011E

Shades

Darker variations

1#025D9F
2#01538D
3#01497C
4#013E6A
5#013458
6#012A47
7#011F35
8#001523
9#000A12

Tints

Lighter variations

1#027BD2
2#028EF2
3#199EFD
4#3AACFD
5#5BBAFD
6#7CC8FE
7#9DD5FE
8#BDE3FE
9#DEF1FF

Tones

Muted variations

1#0B66A8
2#13659F
3#1C6396
4#25628E
5#2E6185
6#365F7C
7#3F5E73
8#485C6B
9#515B62

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF0
#DCF0FF
Light backgroundsTable row hoverSkeleton loading
200
BDE3
#BDE3FE
Secondary backgroundsInput backgroundsDividers
300
8BCE
#8BCEFE
BordersInactive statesPlaceholder text
400
4EB4
#4EB4FD
Disabled statesSecondary iconsMuted text
500
1C9F
#1C9FFD
Primary brand colorCTAsActive elementsLinks
600
0283
#0283DE
Hover statesFocus ringsPrimary buttons hover
700
0268
#0268B1
Active/pressed statesDark mode accentsSecondary text
800
014A
#014A7E
Text on light backgroundsHeadingsStrong borders
900
012F
#012F51
Primary textHigh emphasis contentDark headings
950
011E
#011E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cobalt-50: #F0F9FF;
  --cobalt-100: #DCF0FF;
  --cobalt-200: #BDE3FE;
  --cobalt-300: #8BCEFE;
  --cobalt-400: #4EB4FD;
  --cobalt-500: #1C9FFD;
  --cobalt-600: #0283DE;
  --cobalt-700: #0268B1;
  --cobalt-800: #014A7E;
  --cobalt-900: #012F51;
  --cobalt-950: #011E32;
}
Generate More ShadesCreate PaletteConvert Color