Sky Blue
#819DCA
BlueColor Codes
All color formats for development
HEX
#819DCARGB
rgb(129, 157, 202)HSL
hsl(217, 41%, 65%)OKLCH
oklch(0.692 0.074 259.8)CMYK
cmyk(36%, 22%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8BC1
2#5279B7
3#4469A4
4#3B5A8C
5#314B75
6#273C5D
7#1D2D46
8#141E2F
9#0A0F17
Tints
Lighter variations
1#8EA7D0
2#9AB1D5
3#A7BBDA
4#B3C4DF
5#C0CEE5
6#CDD8EA
7#D9E2EF
8#E6EBF4
9#F2F5FA
Tones
Muted variations
1#859EC7
2#889FC3
3#8CA0BF
4#90A1BC
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 | D0DB #D0DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBF #ACBFDC | BordersInactive statesPlaceholder text |
| 400 | 819D #819DCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D81 #5D81BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4265 #42659E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3551 #35517E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263A #263A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1825 #18253A | 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: #D0DBEB;
--sky-blue-300: #ACBFDC;
--sky-blue-400: #819DCA;
--sky-blue-500: #5D81BB;
--sky-blue-600: #42659E;
--sky-blue-700: #35517E;
--sky-blue-800: #263A5A;
--sky-blue-900: #18253A;
--sky-blue-950: #0F1724;
}