Sky Blue
#819CCA
BlueColor Codes
All color formats for development
HEX
#819CCARGB
rgb(129, 156, 202)HSL
hsl(218, 41%, 65%)OKLCH
oklch(0.689 0.075 260.9)CMYK
cmyk(36%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8AC1
2#5277B7
3#4467A4
4#3B598C
5#314A75
6#273B5D
7#1D2C46
8#141E2F
9#0A0F17
Tints
Lighter variations
1#8EA6D0
2#9AB0D5
3#A7BADA
4#B3C4DF
5#C0CDE5
6#CDD7EA
7#D9E1EF
8#E6EBF4
9#F2F5FA
Tones
Muted variations
1#859DC7
2#889EC3
3#8C9FBF
4#90A0BC
5#93A1B8
6#97A2B4
7#9BA3B1
8#9EA4AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDC | BordersInactive statesPlaceholder text |
| 400 | 819C #819CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D80 #5D80BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4264 #42649E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354F #354F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #26395A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6EBF4;
--sky-blue-200: #D0DAEB;
--sky-blue-300: #ACBEDC;
--sky-blue-400: #819CCA;
--sky-blue-500: #5D80BB;
--sky-blue-600: #42649E;
--sky-blue-700: #354F7E;
--sky-blue-800: #26395A;
--sky-blue-900: #18243A;
--sky-blue-950: #0F1724;
}