Sky Blue
#7FCACC
CyanColor Codes
All color formats for development
HEX
#7FCACCRGB
rgb(127, 202, 204)HSL
hsl(182, 43%, 65%)OKLCH
oklch(0.791 0.075 197.9)CMYK
cmyk(38%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68C0C3
2#50B6B9
3#42A3A6
4#398B8E
5#2F7477
6#265D5F
7#1C4647
8#132E2F
9#091718
Tints
Lighter variations
1#8CCFD1
2#99D4D6
3#A6DADB
4#B2DFE0
5#BFE4E6
6#CCEAEB
7#D9EFF0
8#E5F4F5
9#F2FAFA
Tones
Muted variations
1#83C6C8
2#87C2C4
3#8BBFC1
4#8FBBBD
5#93B8B9
6#96B4B5
7#9AB0B1
8#9EADAD
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F4F5;
--sky-blue-200: #D0EBEC;
--sky-blue-300: #ABDCDE;
--sky-blue-400: #7FCACC;
--sky-blue-500: #5BBABE;
--sky-blue-600: #409DA0;
--sky-blue-700: #337D80;
--sky-blue-800: #24595B;
--sky-blue-900: #17393A;
--sky-blue-950: #0F2424;
}