Cobalt
#1241CE
BlueColor Codes
All color formats for development
HEX
#1241CERGB
rgb(18, 65, 206)HSL
hsl(225, 84%, 44%)OKLCH
oklch(0.453 0.221 264.3)CMYK
cmyk(91%, 68%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103BBA
2#0E34A5
3#0D2E91
4#0B277C
5#092167
6#071A53
7#05143E
8#040D29
9#020715
Tints
Lighter variations
1#1449E9
2#2D5DED
3#4771EF
4#6185F1
5#7C9AF4
6#96AEF6
7#B0C2F8
8#CAD6FA
9#E5EBFD
Tones
Muted variations
1#1B46C5
2#254BBC
3#2E4FB2
4#3854A9
5#41599F
6#4B5D96
7#54628C
8#5D6783
9#676B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AC #93ACF6 | BordersInactive statesPlaceholder text |
| 400 | 5B80 #5B80F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C5C #2C5CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1241 #1241CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E34 #0E34A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE6FC;
--cobalt-200: #C2D0FA;
--cobalt-300: #93ACF6;
--cobalt-400: #5B80F1;
--cobalt-500: #2C5CED;
--cobalt-600: #1241CE;
--cobalt-700: #0E34A4;
--cobalt-800: #0A2575;
--cobalt-900: #07184B;
--cobalt-950: #040F2F;
}