Cobalt
#114AD0
BlueColor Codes
All color formats for development
HEX
#114AD0RGB
rgb(17, 74, 208)HSL
hsl(222, 85%, 44%)OKLCH
oklch(0.471 0.214 263.2)CMYK
cmyk(92%, 64%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F43BB
2#0D3BA6
3#0C3491
4#0A2C7D
5#082568
6#071E53
7#05163E
8#030F2A
9#020715
Tints
Lighter variations
1#1353EA
2#2C66EE
3#4679F0
4#608CF2
5#7B9FF4
6#95B2F6
7#B0C6F9
8#CAD9FB
9#E5ECFD
Tones
Muted variations
1#1A4EC6
2#2452BC
3#2D55B3
4#3759A9
5#415DA0
6#4A6196
7#54658D
8#5D6983
9#676C7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B0 #92B0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A87 #5A87F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B65 #2B65EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114A #114AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3B #0D3BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2A #0A2A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061B #061B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE7FC;
--cobalt-200: #C2D3FA;
--cobalt-300: #92B0F6;
--cobalt-400: #5A87F2;
--cobalt-500: #2B65EE;
--cobalt-600: #114AD0;
--cobalt-700: #0D3BA5;
--cobalt-800: #0A2A76;
--cobalt-900: #061B4B;
--cobalt-950: #04112F;
}