Cobalt
#0E63A4
BlueColor Codes
All color formats for development
HEX
#0E63A4RGB
rgb(14, 99, 164)HSL
hsl(206, 84%, 35%)OKLCH
oklch(0.489 0.127 248.6)CMYK
cmyk(91%, 40%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5994
2#0B4F83
3#0A4573
4#093C63
5#073252
6#062842
7#041E31
8#031421
9#010A10
Tints
Lighter variations
1#1176C3
2#1488E1
3#2A98EC
4#48A7EF
5#67B5F2
6#85C4F4
7#A4D3F7
8#C2E2FA
9#E1F0FC
Tones
Muted variations
1#16629D
2#1D6195
3#25608E
4#2C5F86
5#345E7F
6#3B5D77
7#435C70
8#4A5B68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CB #93CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB0 #5BB0F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C99 #2C99ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127D #127DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E63 #0E63A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEFFC;
--cobalt-200: #C2E2FA;
--cobalt-300: #93CBF6;
--cobalt-400: #5BB0F1;
--cobalt-500: #2C99ED;
--cobalt-600: #127DCE;
--cobalt-700: #0E63A4;
--cobalt-800: #0A4775;
--cobalt-900: #072D4B;
--cobalt-950: #041C2F;
}