Sky Blue
#80C4CB
CyanColor Codes
All color formats for development
HEX
#80C4CBRGB
rgb(128, 196, 203)HSL
hsl(186, 42%, 65%)OKLCH
oklch(0.778 0.069 204.1)CMYK
cmyk(37%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B9C2
2#51AEB8
3#439BA5
4#3A858D
5#306F76
6#26595E
7#1D4247
8#132C2F
9#0A1618
Tints
Lighter variations
1#8DCAD0
2#9AD0D6
3#A6D6DB
4#B3DBE0
5#C0E1E5
6#CCE7EA
7#D9EDEF
8#E6F3F5
9#F2F9FA
Tones
Muted variations
1#84C1C7
2#88BEC4
3#8CBBC0
4#8FB8BC
5#93B5B8
6#97B2B5
7#9BAFB1
8#9EACAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DD | BordersInactive statesPlaceholder text |
| 400 | 80C4 #80C4CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB3 #5CB3BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4196 #41969F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3477 #34777F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2555 #25555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E6F3F5;
--sky-blue-200: #D0E9EC;
--sky-blue-300: #ACD8DD;
--sky-blue-400: #80C4CB;
--sky-blue-500: #5CB3BC;
--sky-blue-600: #41969F;
--sky-blue-700: #34777F;
--sky-blue-800: #25555B;
--sky-blue-900: #18373A;
--sky-blue-950: #0F2224;
}