Cobalt
#262EBA
BlueColor Codes
All color formats for development
HEX
#262EBARGB
rgb(38, 46, 186)HSL
hsl(237, 66%, 44%)OKLCH
oklch(0.409 0.212 270)CMYK
cmyk(80%, 75%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2229A8
2#1F2495
3#1B2082
4#171B70
5#13175D
6#0F124B
7#0B0E38
8#080925
9#040513
Tints
Lighter variations
1#2B33D2
2#4149D8
3#5960DD
4#7176E2
5#888DE7
6#A0A4EC
7#B8BBF0
8#D0D1F5
9#E7E8FA
Tones
Muted variations
1#2E34B3
2#353BAB
3#3C42A4
4#44489D
5#4B4F95
6#53568E
7#5A5C86
8#61637F
9#696A78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E1E3F9;
--cobalt-200: #C8CAF4;
--cobalt-300: #9EA2EB;
--cobalt-400: #6B71E1;
--cobalt-500: #4148D8;
--cobalt-600: #262EBA;
--cobalt-700: #1E2494;
--cobalt-800: #161A6A;
--cobalt-900: #0E1144;
--cobalt-950: #090A2A;
}