Cobalt
#1335CD
BlueColor Codes
All color formats for development
HEX
#1335CDRGB
rgb(19, 53, 205)HSL
hsl(229, 83%, 44%)OKLCH
oklch(0.433 0.232 265.4)CMYK
cmyk(91%, 74%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1130B9
2#0F2BA4
3#0D2590
4#0B207B
5#0A1B67
6#081552
7#06103E
8#040B29
9#020515
Tints
Lighter variations
1#163CE7
2#2E51EC
3#4866EE
4#627CF0
5#7C92F3
6#96A8F5
7#B1BEF8
8#CBD3FA
9#E5E9FD
Tones
Muted variations
1#1C3BC4
2#2641BB
3#2F47B1
4#384DA8
5#42539F
6#4B5995
7#545F8C
8#5E6483
9#676A7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A6 #94A6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C77 #5C77F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D50 #2D50EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1335 #1335CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2A #0F2AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1E #0B1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE4FC;
--cobalt-200: #C2CCF9;
--cobalt-300: #94A6F5;
--cobalt-400: #5C77F0;
--cobalt-500: #2D50EB;
--cobalt-600: #1335CD;
--cobalt-700: #0F2AA3;
--cobalt-800: #0B1E75;
--cobalt-900: #07134B;
--cobalt-950: #040C2F;
}