Sky Blue
#80B7CB
BlueColor Codes
All color formats for development
HEX
#80B7CBRGB
rgb(128, 183, 203)HSL
hsl(196, 42%, 65%)OKLCH
oklch(0.748 0.064 222.6)CMYK
cmyk(37%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69AAC2
2#519DB8
3#438BA5
4#3A778D
5#306376
6#264F5E
7#1D3B47
8#13282F
9#0A1418
Tints
Lighter variations
1#8DBED0
2#9AC6D6
3#A6CDDB
4#B3D4E0
5#C0DBE5
6#CCE2EA
7#D9E9EF
8#E6F1F5
9#F2F8FA
Tones
Muted variations
1#84B5C7
2#88B4C4
3#8CB2C0
4#8FB0BC
5#93AEB8
6#97ADB5
7#9BABB1
8#9EA9AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DD | BordersInactive statesPlaceholder text |
| 400 | 80B7 #80B7CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CA3 #5CA3BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4186 #41869F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 346B #346B7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254C #254C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E6F1F5;
--sky-blue-200: #D0E4EC;
--sky-blue-300: #ACD0DD;
--sky-blue-400: #80B7CB;
--sky-blue-500: #5CA3BC;
--sky-blue-600: #41869F;
--sky-blue-700: #346B7F;
--sky-blue-800: #254C5B;
--sky-blue-900: #18313A;
--sky-blue-950: #0F1E24;
}