Sky Blue
#80C2CB
CyanColor Codes
All color formats for development
HEX
#80C2CBRGB
rgb(128, 194, 203)HSL
hsl(187, 42%, 65%)OKLCH
oklch(0.773 0.068 206.7)CMYK
cmyk(37%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69B7C2
2#51ACB8
3#4399A5
4#3A838D
5#306E76
6#26585E
7#1D4247
8#132C2F
9#0A1618
Tints
Lighter variations
1#8DC9D0
2#9ACFD6
3#A6D5DB
4#B3DBE0
5#C0E1E5
6#CCE7EA
7#D9EDEF
8#E6F3F5
9#F2F9FA
Tones
Muted variations
1#84C0C7
2#88BDC4
3#8CBAC0
4#8FB7BC
5#93B4B8
6#97B1B5
7#9BAEB1
8#9EABAD
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 | ACD7 #ACD7DD | BordersInactive statesPlaceholder text |
| 400 | 80C2 #80C2CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB1 #5CB1BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4194 #41949F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3476 #34767F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2554 #25545B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | 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: #ACD7DD;
--sky-blue-400: #80C2CB;
--sky-blue-500: #5CB1BC;
--sky-blue-600: #41949F;
--sky-blue-700: #34767F;
--sky-blue-800: #25545B;
--sky-blue-900: #18363A;
--sky-blue-950: #0F2224;
}