Cobalt
#0E5EA4
BlueColor Codes
All color formats for development
HEX
#0E5EA4RGB
rgb(14, 94, 164)HSL
hsl(208, 84%, 35%)OKLCH
oklch(0.477 0.133 251.4)CMYK
cmyk(91%, 43%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5594
2#0B4B83
3#0A4273
4#093963
5#072F52
6#062642
7#041C31
8#031321
9#010910
Tints
Lighter variations
1#1170C3
2#1481E1
3#2A91EC
4#48A1EF
5#67B1F2
6#85C0F4
7#A4D0F7
8#C2E0FA
9#E1EFFC
Tones
Muted variations
1#165E9D
2#1D5D95
3#255D8E
4#2C5C86
5#345C7F
6#3B5B77
7#435B70
8#4A5A68
9#525A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C8 #93C8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BAB #5BABF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C93 #2C93ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1276 #1276CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E5E #0E5EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A43 #0A4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEEFC;
--cobalt-200: #C2E0FA;
--cobalt-300: #93C8F6;
--cobalt-400: #5BABF1;
--cobalt-500: #2C93ED;
--cobalt-600: #1276CE;
--cobalt-700: #0E5EA4;
--cobalt-800: #0A4375;
--cobalt-900: #072B4B;
--cobalt-950: #041B2F;
}