Cobalt
#185CC9
BlueColor Codes
All color formats for development
HEX
#185CC9RGB
rgb(24, 92, 201)HSL
hsl(217, 79%, 44%)OKLCH
oklch(0.501 0.182 260.1)CMYK
cmyk(88%, 54%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1552B5
2#1349A1
3#10408D
4#0E3779
5#0C2E64
6#092550
7#071B3C
8#051228
9#020914
Tints
Lighter variations
1#1B67E2
2#3378E7
3#4C89EA
4#669AED
5#7FAAF0
6#99BBF3
7#B2CCF6
8#CCDDF9
9#E5EEFC
Tones
Muted variations
1#205EC0
2#2960B7
3#3262AE
4#3B64A5
5#44669D
6#4D6894
7#566A8B
8#5E6C82
9#676E79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BA #96BAF3 | BordersInactive statesPlaceholder text |
| 400 | 5F95 #5F95EC | Disabled statesSecondary iconsMuted text |
| 500 | 3277 #3277E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 185C #185CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1349 #1349A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D34 #0D3472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEAFB;
--cobalt-200: #C4D8F8;
--cobalt-300: #96BAF3;
--cobalt-400: #5F95EC;
--cobalt-500: #3277E7;
--cobalt-600: #185CC9;
--cobalt-700: #1349A0;
--cobalt-800: #0D3472;
--cobalt-900: #092149;
--cobalt-950: #05152E;
}