Cobalt
#0E52A4
BlueColor Codes
All color formats for development
HEX
#0E52A4RGB
rgb(14, 82, 164)HSL
hsl(213, 84%, 35%)OKLCH
oklch(0.449 0.147 256.8)CMYK
cmyk(91%, 50%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4A94
2#0B4183
3#0A3973
4#093163
5#072952
6#062142
7#041931
8#031021
9#010810
Tints
Lighter variations
1#1161C3
2#1470E1
3#2A81EC
4#4893EF
5#67A5F2
6#85B7F4
7#A4C9F7
8#C2DBFA
9#E1EDFC
Tones
Muted variations
1#16539D
2#1D5395
3#25548E
4#2C5586
5#34567F
6#3B5677
7#435770
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 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BF #93BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B9E #5B9EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C83 #2C83ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1267 #1267CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E52 #0E52A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFC;
--cobalt-200: #C2DBFA;
--cobalt-300: #93BFF6;
--cobalt-400: #5B9EF1;
--cobalt-500: #2C83ED;
--cobalt-600: #1267CE;
--cobalt-700: #0E52A4;
--cobalt-800: #0A3A75;
--cobalt-900: #07254B;
--cobalt-950: #04172F;
}