Cobalt
#0E54A4
BlueColor Codes
All color formats for development
HEX
#0E54A4RGB
rgb(14, 84, 164)HSL
hsl(212, 84%, 35%)OKLCH
oklch(0.453 0.145 256)CMYK
cmyk(91%, 49%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4C94
2#0B4383
3#0A3B73
4#093363
5#072A52
6#062242
7#041931
8#031121
9#010810
Tints
Lighter variations
1#1164C3
2#1474E1
3#2A84EC
4#4896EF
5#67A7F2
6#85B9F4
7#A4CAF7
8#C2DCFA
9#E1EDFC
Tones
Muted variations
1#16559D
2#1D5595
3#25568E
4#2C5686
5#34577F
6#3B5777
7#435870
8#4A5868
9#525961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C1 #93C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA1 #5BA1F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C86 #2C86ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 126A #126ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E54 #0E54A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFC;
--cobalt-200: #C2DCFA;
--cobalt-300: #93C1F6;
--cobalt-400: #5BA1F1;
--cobalt-500: #2C86ED;
--cobalt-600: #126ACE;
--cobalt-700: #0E54A4;
--cobalt-800: #0A3C75;
--cobalt-900: #07274B;
--cobalt-950: #04182F;
}