Cobalt
#124ECE
BlueColor Codes
All color formats for development
HEX
#124ECERGB
rgb(18, 78, 206)HSL
hsl(221, 84%, 44%)OKLCH
oklch(0.477 0.206 262.6)CMYK
cmyk(91%, 62%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1046BA
2#0E3EA5
3#0D3691
4#0B2F7C
5#092767
6#071F53
7#05173E
8#041029
9#020815
Tints
Lighter variations
1#1458E9
2#2D6AED
3#477CEF
4#618FF1
5#7CA2F4
6#96B4F6
7#B0C7F8
8#CADAFA
9#E5ECFD
Tones
Muted variations
1#1B51C5
2#2555BC
3#2E58B2
4#385BA9
5#415F9F
6#4B6296
7#54668C
8#5D6983
9#676D7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B2 #93B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8A #5B8AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C69 #2C69ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 124E #124ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E3E #0E3EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071C #071C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DEE8FC;
--cobalt-200: #C2D4FA;
--cobalt-300: #93B2F6;
--cobalt-400: #5B8AF1;
--cobalt-500: #2C69ED;
--cobalt-600: #124ECE;
--cobalt-700: #0E3EA4;
--cobalt-800: #0A2C75;
--cobalt-900: #071C4B;
--cobalt-950: #04122F;
}