Sky Blue
#76C4D6
CyanColor Codes
All color formats for development
HEX
#76C4D6RGB
rgb(118, 196, 214)HSL
hsl(191, 54%, 65%)OKLCH
oklch(0.776 0.081 214.1)CMYK
cmyk(45%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5CB9CE
2#43AEC7
3#359CB3
4#2E8599
5#266F80
6#1E5966
7#17434D
8#0F2C33
9#08161A
Tints
Lighter variations
1#83CADA
2#91D0DE
3#9FD6E2
4#ADDCE6
5#BAE2EA
6#C8E8EF
7#D6EDF3
8#E4F3F7
9#F1F9FB
Tones
Muted variations
1#7AC1D1
2#7FBECC
3#84BBC7
4#89B8C3
5#8EB5BE
6#92B2B9
7#97AFB4
8#9CACAF
9#A1A9AB
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 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E4 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB3 #4EB3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3497 #3497AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2978 #297889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #CCE9F0;
--sky-blue-300: #A5D8E4;
--sky-blue-400: #76C4D6;
--sky-blue-500: #4EB3CA;
--sky-blue-600: #3497AD;
--sky-blue-700: #297889;
--sky-blue-800: #1D5662;
--sky-blue-900: #13373F;
--sky-blue-950: #0C2227;
}