Cobalt
#125ACE
BlueColor Codes
All color formats for development
HEX
#125ACERGB
rgb(18, 90, 206)HSL
hsl(217, 84%, 44%)OKLCH
oklch(0.5 0.192 260.4)CMYK
cmyk(91%, 56%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1051BA
2#0E48A5
3#0D3F91
4#0B367C
5#092D67
6#072453
7#051B3E
8#041229
9#020915
Tints
Lighter variations
1#1466E9
2#2D76ED
3#4787EF
4#6199F1
5#7CAAF4
6#96BBF6
7#B0CCF8
8#CADDFA
9#E5EEFD
Tones
Muted variations
1#1B5CC5
2#255FBC
3#2E61B2
4#3863A9
5#41659F
6#4B6796
7#546A8C
8#5D6C83
9#676E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D7 #C2D7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B9 #93B9F6 | BordersInactive statesPlaceholder text |
| 400 | 5B94 #5B94F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C76 #2C76ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125A #125ACE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E48 #0E48A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A33 #0A3375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0721 #07214B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEAFC;
--cobalt-200: #C2D7FA;
--cobalt-300: #93B9F6;
--cobalt-400: #5B94F1;
--cobalt-500: #2C76ED;
--cobalt-600: #125ACE;
--cobalt-700: #0E48A4;
--cobalt-800: #0A3375;
--cobalt-900: #07214B;
--cobalt-950: #04152F;
}