Sky Blue
#76C5D5
CyanColor Codes
All color formats for development
HEX
#76C5D5RGB
rgb(118, 197, 213)HSL
hsl(190, 53%, 65%)OKLCH
oklch(0.778 0.081 212)CMYK
cmyk(45%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5DBBCD
2#44B0C5
3#379DB2
4#2F8798
5#27707F
6#1F5A65
7#17434C
8#102D33
9#081619
Tints
Lighter variations
1#84CBD9
2#92D1DD
3#9FD7E2
4#ADDCE6
5#BBE2EA
6#C8E8EE
7#D6EEF2
8#E4F3F7
9#F1F9FB
Tones
Muted variations
1#7BC2D0
2#80BFCC
3#85BCC7
4#89B9C2
5#8EB6BD
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | 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: #E4F3F7;
--sky-blue-200: #CCEAEF;
--sky-blue-300: #A5D9E3;
--sky-blue-400: #76C5D5;
--sky-blue-500: #4FB5C9;
--sky-blue-600: #3598AC;
--sky-blue-700: #2A7989;
--sky-blue-800: #1E5662;
--sky-blue-900: #13373E;
--sky-blue-950: #0C2327;
}