Cobalt
#1063A2
BlueColor Codes
All color formats for development
HEX
#1063A2RGB
rgb(16, 99, 162)HSL
hsl(206, 82%, 35%)OKLCH
oklch(0.488 0.124 248.1)CMYK
cmyk(90%, 39%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5992
2#0D4F82
3#0B4572
4#0A3B61
5#083251
6#062841
7#051E31
8#031420
9#020A10
Tints
Lighter variations
1#1375C1
2#1688DF
3#2C98EA
4#4AA6ED
5#68B5F0
6#86C4F3
7#A5D3F6
8#C3E1F9
9#E1F0FC
Tones
Muted variations
1#17629B
2#1F6194
3#26608C
4#2D5F85
5#355E7E
6#3C5D77
7#435C6F
8#4B5B68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB0 #5DB0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E99 #2E99EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 147C #147CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1063 #1063A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4774 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFEFFC;
--cobalt-200: #C3E1F9;
--cobalt-300: #94CBF4;
--cobalt-400: #5DB0EF;
--cobalt-500: #2E99EA;
--cobalt-600: #147CCC;
--cobalt-700: #1063A2;
--cobalt-800: #0B4774;
--cobalt-900: #072D4A;
--cobalt-950: #051C2E;
}