Cobalt
#0E4AA4
BlueColor Codes
All color formats for development
HEX
#0E4AA4RGB
rgb(14, 74, 164)HSL
hsl(216, 84%, 35%)OKLCH
oklch(0.431 0.157 259.5)CMYK
cmyk(91%, 55%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4394
2#0B3B83
3#0A3473
4#092D63
5#072552
6#061E42
7#041631
8#030F21
9#010710
Tints
Lighter variations
1#1158C3
2#1466E1
3#2A77EC
4#488BEF
5#679EF2
6#85B2F4
7#A4C5F7
8#C2D8FA
9#E1ECFC
Tones
Muted variations
1#164C9D
2#1D4D95
3#254F8E
4#2C5086
5#34527F
6#3B5377
7#435570
8#4A5668
9#525861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BA #93BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B97 #5B97F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C79 #2C79ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125D #125DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4A #0E4AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEAFC;
--cobalt-200: #C2D8FA;
--cobalt-300: #93BAF6;
--cobalt-400: #5B97F1;
--cobalt-500: #2C79ED;
--cobalt-600: #125DCE;
--cobalt-700: #0E4AA4;
--cobalt-800: #0A3575;
--cobalt-900: #07224B;
--cobalt-950: #04152F;
}