Cobalt
#0C54A7
BlueColor Codes
All color formats for development
HEX
#0C54A7RGB
rgb(12, 84, 167)HSL
hsl(212, 87%, 35%)OKLCH
oklch(0.455 0.149 256.3)CMYK
cmyk(93%, 50%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A4C96
2#094386
3#083B75
4#073264
5#062A53
6#052243
7#031932
8#021121
9#010811
Tints
Lighter variations
1#0E64C6
2#1073E5
3#2684F0
4#4596F2
5#64A7F4
6#83B9F6
7#A2CAF9
8#C1DCFB
9#E0EDFD
Tones
Muted variations
1#13559F
2#1B5597
3#235690
4#2B5688
5#325780
6#3A5778
7#425871
8#4A5869
9#515961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F7 | BordersInactive statesPlaceholder text |
| 400 | 58A1 #58A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2886 #2886F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F6A #0F6AD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264C | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFD;
--cobalt-200: #C1DCFB;
--cobalt-300: #91C1F7;
--cobalt-400: #58A1F3;
--cobalt-500: #2886F0;
--cobalt-600: #0F6AD2;
--cobalt-700: #0C54A7;
--cobalt-800: #083C77;
--cobalt-900: #05264C;
--cobalt-950: #031830;
}