Cobalt
#113AD0
BlueColor Codes
All color formats for development
HEX
#113AD0RGB
rgb(17, 58, 208)HSL
hsl(227, 85%, 44%)OKLCH
oklch(0.444 0.231 264.9)CMYK
cmyk(92%, 72%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F34BB
2#0D2FA6
3#0C2991
4#0A237D
5#081D68
6#071753
7#05113E
8#030C2A
9#020615
Tints
Lighter variations
1#1342EA
2#2C56EE
3#466BF0
4#6080F2
5#7B95F4
6#95AAF6
7#B0C0F9
8#CAD5FB
9#E5EAFD
Tones
Muted variations
1#1A40C6
2#2445BC
3#2D4AB3
4#3750A9
5#4155A0
6#4A5B96
7#54608D
8#5D6583
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 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A8 #92A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5A7B #5A7BF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B55 #2B55EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113A #113AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D2E #0D2EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0615 #06154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE5FC;
--cobalt-200: #C2CEFA;
--cobalt-300: #92A8F6;
--cobalt-400: #5A7BF2;
--cobalt-500: #2B55EE;
--cobalt-600: #113AD0;
--cobalt-700: #0D2EA5;
--cobalt-800: #0A2176;
--cobalt-900: #06154B;
--cobalt-950: #040D2F;
}