Sky Blue
#819BCA
BlueColor Codes
All color formats for development
HEX
#819BCARGB
rgb(129, 155, 202)HSL
hsl(219, 41%, 65%)OKLCH
oklch(0.687 0.076 262)CMYK
cmyk(36%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A88C1
2#5276B7
3#4466A4
4#3B578C
5#314975
6#273A5D
7#1D2C46
8#141D2F
9#0A0F17
Tints
Lighter variations
1#8EA5D0
2#9AAFD5
3#A7B9DA
4#B3C3DF
5#C0CDE5
6#CDD7EA
7#D9E1EF
8#E6EBF4
9#F2F5FA
Tones
Muted variations
1#859CC7
2#889DC3
3#8C9EBF
4#909FBC
5#93A0B8
6#97A1B4
7#9BA2B1
8#9EA4AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDC | BordersInactive statesPlaceholder text |
| 400 | 819B #819BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7E #5D7EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4262 #42629E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354E #354E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2638 #26385A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FA;
--sky-blue-100: #E6EBF4;
--sky-blue-200: #D0DAEB;
--sky-blue-300: #ACBDDC;
--sky-blue-400: #819BCA;
--sky-blue-500: #5D7EBB;
--sky-blue-600: #42629E;
--sky-blue-700: #354E7E;
--sky-blue-800: #26385A;
--sky-blue-900: #18243A;
--sky-blue-950: #0F1624;
}