Cobalt
#0E2FA4
BlueColor Codes
All color formats for development
HEX
#0E2FA4RGB
rgb(14, 47, 164)HSL
hsl(227, 84%, 35%)OKLCH
oklch(0.378 0.19 265)CMYK
cmyk(91%, 71%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D2A94
2#0B2583
3#0A2173
4#091C63
5#071752
6#061342
7#040E31
8#030921
9#010510
Tints
Lighter variations
1#1137C3
2#1440E1
3#2A54EC
4#486CEF
5#6785F2
6#859DF4
7#A4B6F7
8#C2CEFA
9#E1E7FC
Tones
Muted variations
1#16339D
2#1D3795
3#253C8E
4#2C4086
5#34447F
6#3B4877
7#434D70
8#4A5168
9#525561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A8 #93A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5B7B #5B7BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C56 #2C56ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 123B #123BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2F #0E2FA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0715 #07154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE5FC;
--cobalt-200: #C2CEFA;
--cobalt-300: #93A8F6;
--cobalt-400: #5B7BF1;
--cobalt-500: #2C56ED;
--cobalt-600: #123BCE;
--cobalt-700: #0E2FA4;
--cobalt-800: #0A2175;
--cobalt-900: #07154B;
--cobalt-950: #040D2F;
}