Sky Blue
#809DCB
BlueColor Codes
All color formats for development
HEX
#809DCBRGB
rgb(128, 157, 203)HSL
hsl(217, 42%, 65%)OKLCH
oklch(0.691 0.076 259.5)CMYK
cmyk(37%, 23%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#698BC2
2#5179B8
3#4369A5
4#3A5A8D
5#304B76
6#263C5E
7#1D2D47
8#131E2F
9#0A0F18
Tints
Lighter variations
1#8DA7D0
2#9AB1D6
3#A6BADB
4#B3C4E0
5#C0CEE5
6#CCD8EA
7#D9E2EF
8#E6EBF5
9#F2F5FA
Tones
Muted variations
1#849EC7
2#889FC4
3#8CA0C0
4#8FA1BC
5#93A1B8
6#97A2B5
7#9BA3B1
8#9EA4AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBF #ACBFDD | BordersInactive statesPlaceholder text |
| 400 | 809D #809DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C81 #5C81BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4165 #41659F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3451 #34517F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253A #253A5B | 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: #F4F7FB;
--sky-blue-100: #E6EBF5;
--sky-blue-200: #D0DBEC;
--sky-blue-300: #ACBFDD;
--sky-blue-400: #809DCB;
--sky-blue-500: #5C81BC;
--sky-blue-600: #41659F;
--sky-blue-700: #34517F;
--sky-blue-800: #253A5B;
--sky-blue-900: #18253A;
--sky-blue-950: #0F1724;
}