Cobalt
#1267CE
BlueColor Codes
All color formats for development
HEX
#1267CERGB
rgb(18, 103, 206)HSL
hsl(213, 84%, 44%)OKLCH
oklch(0.528 0.177 257)CMYK
cmyk(91%, 50%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105CBA
2#0E52A5
3#0D4891
4#0B3E7C
5#093367
6#072953
7#051F3E
8#041529
9#020A15
Tints
Lighter variations
1#1474E9
2#2D83ED
3#4793EF
4#61A2F1
5#7CB2F4
6#96C1F6
7#B0D1F8
8#CAE0FA
9#E5F0FD
Tones
Muted variations
1#1B68C5
2#2569BC
3#2E6AB2
4#386BA9
5#416B9F
6#4B6C96
7#546D8C
8#5D6E83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BF #93BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B9E #5B9EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C83 #2C83ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1267 #1267CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E52 #0E52A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFC;
--cobalt-200: #C2DBFA;
--cobalt-300: #93BFF6;
--cobalt-400: #5B9EF1;
--cobalt-500: #2C83ED;
--cobalt-600: #1267CE;
--cobalt-700: #0E52A4;
--cobalt-800: #0A3A75;
--cobalt-900: #07254B;
--cobalt-950: #04172F;
}