Cobalt
#0E61A4
BlueColor Codes
All color formats for development
HEX
#0E61A4RGB
rgb(14, 97, 164)HSL
hsl(207, 84%, 35%)OKLCH
oklch(0.484 0.13 249.8)CMYK
cmyk(91%, 41%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5794
2#0B4D83
3#0A4473
4#093A63
5#073052
6#062742
7#041D31
8#031321
9#010A10
Tints
Lighter variations
1#1173C3
2#1485E1
3#2A95EC
4#48A4EF
5#67B3F2
6#85C2F4
7#A4D1F7
8#C2E1FA
9#E1F0FC
Tones
Muted variations
1#16609D
2#1D5F95
3#255E8E
4#2C5E86
5#345D7F
6#3B5C77
7#435B70
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 | C2E1 #C2E1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C9 #93C9F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAD #5BADF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C96 #2C96ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 127A #127ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E61 #0E61A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A45 #0A4575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072C #072C4B | 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: #C2E1FA;
--cobalt-300: #93C9F6;
--cobalt-400: #5BADF1;
--cobalt-500: #2C96ED;
--cobalt-600: #127ACE;
--cobalt-700: #0E61A4;
--cobalt-800: #0A4575;
--cobalt-900: #072C4B;
--cobalt-950: #041C2F;
}