Cobalt
#133BCD
BlueColor Codes
All color formats for development
HEX
#133BCDRGB
rgb(19, 59, 205)HSL
hsl(227, 83%, 44%)OKLCH
oklch(0.443 0.226 265)CMYK
cmyk(91%, 71%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1135B9
2#0F30A4
3#0D2A90
4#0B247B
5#0A1E67
6#081852
7#06123E
8#040C29
9#020615
Tints
Lighter variations
1#1643E7
2#2E57EC
3#486CEE
4#6281F0
5#7C96F3
6#96ABF5
7#B1C0F8
8#CBD5FA
9#E5EAFD
Tones
Muted variations
1#1C41C4
2#2646BB
3#2F4BB1
4#3851A8
5#42569F
6#4B5B95
7#54608C
8#5E6683
9#676B7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C7C #5C7CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D56 #2D56EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133B #133BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2F #0F2FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F4FE;
--cobalt-100: #DEE5FC;
--cobalt-200: #C2CEF9;
--cobalt-300: #94A9F5;
--cobalt-400: #5C7CF0;
--cobalt-500: #2D56EB;
--cobalt-600: #133BCD;
--cobalt-700: #0F2FA3;
--cobalt-800: #0B2275;
--cobalt-900: #07164B;
--cobalt-950: #040E2F;
}