Cobalt
#1257CE
BlueColor Codes
All color formats for development
HEX
#1257CERGB
rgb(18, 87, 206)HSL
hsl(218, 84%, 44%)OKLCH
oklch(0.494 0.196 261)CMYK
cmyk(91%, 58%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#104EBA
2#0E46A5
3#0D3D91
4#0B347C
5#092C67
6#072353
7#051A3E
8#041129
9#020915
Tints
Lighter variations
1#1462E9
2#2D73ED
3#4785EF
4#6196F1
5#7CA8F4
6#96B9F6
7#B0CBF8
8#CADCFA
9#E5EEFD
Tones
Muted variations
1#1B5AC5
2#255CBC
3#2E5FB2
4#3861A9
5#41649F
6#4B6696
7#54698C
8#5D6B83
9#676E7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B7 #93B7F6 | BordersInactive statesPlaceholder text |
| 400 | 5B92 #5B92F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C73 #2C73ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1257 #1257CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E45 #0E45A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A31 #0A3175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204B | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEE9FC;
--cobalt-200: #C2D6FA;
--cobalt-300: #93B7F6;
--cobalt-400: #5B92F1;
--cobalt-500: #2C73ED;
--cobalt-600: #1257CE;
--cobalt-700: #0E45A4;
--cobalt-800: #0A3175;
--cobalt-900: #07204B;
--cobalt-950: #04142F;
}