Cobalt
#115DD0
BlueColor Codes
All color formats for development
HEX
#115DD0RGB
rgb(17, 93, 208)HSL
hsl(216, 85%, 44%)OKLCH
oklch(0.508 0.191 259.8)CMYK
cmyk(92%, 55%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F54BB
2#0D4BA6
3#0C4191
4#0A387D
5#082F68
6#072553
7#051C3E
8#03132A
9#020915
Tints
Lighter variations
1#1369EA
2#2C79EE
3#468AF0
4#609BF2
5#7BABF4
6#95BCF6
7#B0CDF9
8#CADEFB
9#E5EEFD
Tones
Muted variations
1#1A5FC6
2#2461BC
3#2D63B3
4#3765A9
5#4167A0
6#4A6996
7#546A8D
8#5D6C83
9#676E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BA #92BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A97 #5A97F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B79 #2B79EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 115D #115DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4A #0D4AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0622 #06224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEAFC;
--cobalt-200: #C2D8FA;
--cobalt-300: #92BAF6;
--cobalt-400: #5A97F2;
--cobalt-500: #2B79EE;
--cobalt-600: #115DD0;
--cobalt-700: #0D4AA5;
--cobalt-800: #0A3576;
--cobalt-900: #06224B;
--cobalt-950: #04152F;
}