Cobalt
#113FA2
BlueColor Codes
All color formats for development
HEX
#113FA2RGB
rgb(17, 63, 162)HSL
hsl(221, 81%, 35%)OKLCH
oklch(0.407 0.168 262.7)CMYK
cmyk(90%, 61%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3891
2#0E3281
3#0C2C71
4#0A2661
5#081F51
6#071941
7#051330
8#030D20
9#020610
Tints
Lighter variations
1#144AC0
2#1756DE
3#2D69E9
4#4B7EEC
5#6994EF
6#87A9F2
7#A5BFF6
8#C3D4F9
9#E1EAFC
Tones
Muted variations
1#18419A
2#1F4493
3#27478C
4#2E4985
5#354C7D
6#3C4F76
7#44516F
8#4B5468
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D4 #C3D4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B3 #95B3F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8B #5D8BEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F6A #2F6AE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 154F #154FCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 113F #113FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C2D #0C2D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081D #081D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0512 #05122E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DFE8FC;
--cobalt-200: #C3D4F9;
--cobalt-300: #95B3F4;
--cobalt-400: #5D8BEE;
--cobalt-500: #2F6AE9;
--cobalt-600: #154FCB;
--cobalt-700: #113FA2;
--cobalt-800: #0C2D73;
--cobalt-900: #081D4A;
--cobalt-950: #05122E;
}