Sky Blue
#76C7D5
CyanColor Codes
All color formats for development
HEX
#76C7D5RGB
rgb(118, 199, 213)HSL
hsl(189, 53%, 65%)OKLCH
oklch(0.783 0.082 209.8)CMYK
cmyk(45%, 7%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DBCCD
2#44B2C5
3#379FB2
4#2F8898
5#27727F
6#1F5B65
7#17444C
8#102D33
9#081719
Tints
Lighter variations
1#84CCD9
2#92D2DD
3#9FD8E2
4#ADDDE6
5#BBE3EA
6#C8E9EE
7#D6EEF2
8#E4F4F7
9#F1F9FB
Tones
Muted variations
1#7BC4D0
2#80C0CC
3#85BDC7
4#89BAC2
5#8EB6BD
6#93B3B9
7#98B0B4
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DA #A5DAE3 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB7 #4FB7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359A #359AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7A #2A7A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E57 #1E5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | 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: #CCEAEF;
--sky-blue-300: #A5DAE3;
--sky-blue-400: #76C7D5;
--sky-blue-500: #4FB7C9;
--sky-blue-600: #359AAC;
--sky-blue-700: #2A7A89;
--sky-blue-800: #1E5762;
--sky-blue-900: #13383E;
--sky-blue-950: #0C2327;
}