Cobalt
#1947C8
BlueColor Codes
All color formats for development
HEX
#1947C8RGB
rgb(25, 71, 200)HSL
hsl(224, 78%, 44%)OKLCH
oklch(0.459 0.206 264.3)CMYK
cmyk(88%, 65%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1640B4
2#1439A0
3#11328C
4#0F2B78
5#0C2464
6#0A1D50
7#07153C
8#050E28
9#020714
Tints
Lighter variations
1#1C50E1
2#3463E6
3#4D77E9
4#668AEC
5#809EEF
6#99B1F2
7#B3C5F6
8#CCD8F9
9#E6ECFC
Tones
Muted variations
1#214BBF
2#2A50B6
3#3354AD
4#3C58A5
5#445C9C
6#4D6093
7#56648A
8#5F6882
9#676C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C4D2F8;
--cobalt-300: #97AFF2;
--cobalt-400: #6085EB;
--cobalt-500: #3362E6;
--cobalt-600: #1947C8;
--cobalt-700: #14399F;
--cobalt-800: #0E2971;
--cobalt-900: #091A49;
--cobalt-950: #06102D;
}