Cobalt
#1150D0
BlueColor Codes
All color formats for development
HEX
#1150D0RGB
rgb(17, 80, 208)HSL
hsl(220, 85%, 44%)OKLCH
oklch(0.482 0.207 262.3)CMYK
cmyk(92%, 62%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F48BB
2#0D40A6
3#0C3891
4#0A307D
5#082868
6#072053
7#05183E
8#03102A
9#020815
Tints
Lighter variations
1#135BEA
2#2C6CEE
3#467FF0
4#6091F2
5#7BA3F4
6#95B6F6
7#B0C8F9
8#CADAFB
9#E5EDFD
Tones
Muted variations
1#1A54C6
2#2457BC
3#2D5AB3
4#375DA9
5#4160A0
6#4A6396
7#54678D
8#5D6A83
9#676D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B4 #92B4F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8C #5A8CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6C #2B6CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1150 #1150D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D40 #0D40A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2E #0A2E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061D #061D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE8FC;
--cobalt-200: #C2D4FA;
--cobalt-300: #92B4F6;
--cobalt-400: #5A8CF2;
--cobalt-500: #2B6CEE;
--cobalt-600: #1150D0;
--cobalt-700: #0D40A5;
--cobalt-800: #0A2E76;
--cobalt-900: #061D4B;
--cobalt-950: #04122F;
}