Cobalt
#113DD0
BlueColor Codes
All color formats for development
HEX
#113DD0RGB
rgb(17, 61, 208)HSL
hsl(226, 85%, 44%)OKLCH
oklch(0.448 0.228 264.6)CMYK
cmyk(92%, 71%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F37BB
2#0D31A6
3#0C2B91
4#0A257D
5#081F68
6#071953
7#05123E
8#030C2A
9#020615
Tints
Lighter variations
1#1345EA
2#2C59EE
3#466EF0
4#6082F2
5#7B97F4
6#95ACF6
7#B0C1F9
8#CAD5FB
9#E5EAFD
Tones
Muted variations
1#1A42C6
2#2448BC
3#2D4DB3
4#3752A9
5#4157A0
6#4A5C96
7#54618D
8#5D6683
9#676B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AA #92AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A7D #5A7DF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B58 #2B58EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113D #113DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D31 #0D31A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE5FC;
--cobalt-200: #C2CFFA;
--cobalt-300: #92AAF6;
--cobalt-400: #5A7DF2;
--cobalt-500: #2B58EE;
--cobalt-600: #113DD0;
--cobalt-700: #0D31A5;
--cobalt-800: #0A2376;
--cobalt-900: #06164B;
--cobalt-950: #040E2F;
}