Sky Blue
#76C1D6
CyanColor Codes
All color formats for development
HEX
#76C1D6RGB
rgb(118, 193, 214)HSL
hsl(193, 54%, 65%)OKLCH
oklch(0.77 0.08 217.7)CMYK
cmyk(45%, 10%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5CB6CE
2#43AAC7
3#3598B3
4#2E8299
5#266C80
6#1E5766
7#17414D
8#0F2B33
9#08161A
Tints
Lighter variations
1#83C7DA
2#91CDDE
3#9FD4E2
4#ADDAE6
5#BAE0EA
6#C8E6EF
7#D6ECF3
8#E4F3F7
9#F1F9FB
Tones
Muted variations
1#7ABED1
2#7FBCCC
3#84B9C7
4#89B6C3
5#8EB3BE
6#92B1B9
7#97AEB4
8#9CABAF
9#A1A8AB
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | 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: #CCE8F0;
--sky-blue-300: #A5D6E4;
--sky-blue-400: #76C1D6;
--sky-blue-500: #4EAFCA;
--sky-blue-600: #3493AD;
--sky-blue-700: #297589;
--sky-blue-800: #1D5362;
--sky-blue-900: #13353F;
--sky-blue-950: #0C2127;
}