Sky Blue
#80C1CB
CyanColor Codes
All color formats for development
HEX
#80C1CBRGB
rgb(128, 193, 203)HSL
hsl(188, 42%, 65%)OKLCH
oklch(0.771 0.068 208)CMYK
cmyk(37%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B6C2
2#51AAB8
3#4398A5
4#3A828D
5#306C76
6#26575E
7#1D4147
8#132B2F
9#0A1618
Tints
Lighter variations
1#8DC7D0
2#9ACED6
3#A6D4DB
4#B3DAE0
5#C0E0E5
6#CCE6EA
7#D9ECEF
8#E6F3F5
9#F2F9FA
Tones
Muted variations
1#84BEC7
2#88BCC4
3#8CB9C0
4#8FB6BC
5#93B3B8
6#97B1B5
7#9BAEB1
8#9EABAD
9#A2A8A9
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 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C1 #80C1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB0 #5CB0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4193 #41939F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3475 #34757F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2553 #25535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | 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: #D0E8EC;
--sky-blue-300: #ACD6DD;
--sky-blue-400: #80C1CB;
--sky-blue-500: #5CB0BC;
--sky-blue-600: #41939F;
--sky-blue-700: #34757F;
--sky-blue-800: #25535B;
--sky-blue-900: #18353A;
--sky-blue-950: #0F2124;
}