Sky Blue
#76CAD5
CyanColor Codes
All color formats for development
HEX
#76CAD5RGB
rgb(118, 202, 213)HSL
hsl(187, 53%, 65%)OKLCH
oklch(0.79 0.083 206.4)CMYK
cmyk(45%, 5%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DC0CD
2#44B6C5
3#37A3B2
4#2F8C98
5#27757F
6#1F5D65
7#17464C
8#102F33
9#081719
Tints
Lighter variations
1#84CFD9
2#92D5DD
3#9FDAE2
4#ADDFE6
5#BBE5EA
6#C8EAEE
7#D6EFF2
8#E4F4F7
9#F1FAFB
Tones
Muted variations
1#7BC6D0
2#80C3CC
3#85BFC7
4#89BCC2
5#8EB8BD
6#93B4B9
7#98B1B4
8#9CADAF
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F4F7;
--sky-blue-200: #CCEBEF;
--sky-blue-300: #A5DCE3;
--sky-blue-400: #76CAD5;
--sky-blue-500: #4FBBC9;
--sky-blue-600: #359EAC;
--sky-blue-700: #2A7E89;
--sky-blue-800: #1E5A62;
--sky-blue-900: #13393E;
--sky-blue-950: #0C2427;
}