Sky Blue
#80A3CB
BlueColor Codes
All color formats for development
HEX
#80A3CBRGB
rgb(128, 163, 203)HSL
hsl(212, 42%, 65%)OKLCH
oklch(0.704 0.071 252.2)CMYK
cmyk(37%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6992C2
2#5181B8
3#4371A5
4#3A618D
5#305176
6#26405E
7#1D3047
8#13202F
9#0A1018
Tints
Lighter variations
1#8DACD0
2#9AB6D6
3#A6BFDB
4#B3C8E0
5#C0D1E5
6#CCDAEA
7#D9E3EF
8#E6EDF5
9#F2F6FA
Tones
Muted variations
1#84A4C7
2#88A4C4
3#8CA4C0
4#8FA4BC
5#93A5B8
6#97A5B5
7#9BA5B1
8#9EA5AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC3 #ACC3DD | BordersInactive statesPlaceholder text |
| 400 | 80A3 #80A3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C89 #5C89BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 416D #416D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3457 #34577F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253E #253E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #18283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E6EDF5;
--sky-blue-200: #D0DDEC;
--sky-blue-300: #ACC3DD;
--sky-blue-400: #80A3CB;
--sky-blue-500: #5C89BC;
--sky-blue-600: #416D9F;
--sky-blue-700: #34577F;
--sky-blue-800: #253E5B;
--sky-blue-900: #18283A;
--sky-blue-950: #0F1924;
}