Sky Blue
#76C4D5
CyanColor Codes
All color formats for development
HEX
#76C4D5RGB
rgb(118, 196, 213)HSL
hsl(191, 53%, 65%)OKLCH
oklch(0.776 0.081 213.2)CMYK
cmyk(45%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DB9CD
2#44AEC5
3#379BB2
4#2F8598
5#276F7F
6#1F5965
7#17424C
8#102C33
9#081619
Tints
Lighter variations
1#84CAD9
2#92D0DD
3#9FD5E2
4#ADDBE6
5#BBE1EA
6#C8E7EE
7#D6EDF2
8#E4F3F7
9#F1F9FB
Tones
Muted variations
1#7BC1D0
2#80BECC
3#85BBC7
4#89B8C2
5#8EB5BD
6#93B2B9
7#98AFB4
8#9CACAF
9#A1A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFB;
--sky-blue-100: #E4F3F7;
--sky-blue-200: #CCE9EF;
--sky-blue-300: #A5D8E3;
--sky-blue-400: #76C4D5;
--sky-blue-500: #4FB3C9;
--sky-blue-600: #3596AC;
--sky-blue-700: #2A7789;
--sky-blue-800: #1E5562;
--sky-blue-900: #13363E;
--sky-blue-950: #0C2227;
}