Sky Blue
#80C0CB
CyanColor Codes
All color formats for development
HEX
#80C0CBRGB
rgb(128, 192, 203)HSL
hsl(189, 42%, 65%)OKLCH
oklch(0.769 0.067 209.4)CMYK
cmyk(37%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B4C2
2#51A9B8
3#4396A5
4#3A818D
5#306B76
6#26565E
7#1D4047
8#132B2F
9#0A1518
Tints
Lighter variations
1#8DC6D0
2#9ACDD6
3#A6D3DB
4#B3D9E0
5#C0DFE5
6#CCE6EA
7#D9ECEF
8#E6F2F5
9#F2F9FA
Tones
Muted variations
1#84BDC7
2#88BBC4
3#8CB8C0
4#8FB5BC
5#93B3B8
6#97B0B5
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 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C0 #80C0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAE #5CAEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4191 #41919F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3473 #34737F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | 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: #E6F2F5;
--sky-blue-200: #D0E8EC;
--sky-blue-300: #ACD6DD;
--sky-blue-400: #80C0CB;
--sky-blue-500: #5CAEBC;
--sky-blue-600: #41919F;
--sky-blue-700: #34737F;
--sky-blue-800: #25525B;
--sky-blue-900: #18353A;
--sky-blue-950: #0F2124;
}