Sky Blue
#76C6D6
CyanColor Codes
All color formats for development
HEX
#76C6D6RGB
rgb(118, 198, 214)HSL
hsl(190, 54%, 65%)OKLCH
oklch(0.781 0.082 211.9)CMYK
cmyk(45%, 7%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5CBBCE
2#43B1C7
3#359EB3
4#2E8799
5#267180
6#1E5A66
7#17444D
8#0F2D33
9#08171A
Tints
Lighter variations
1#83CCDA
2#91D1DE
3#9FD7E2
4#ADDDE6
5#BAE2EA
6#C8E8EF
7#D6EEF3
8#E4F4F7
9#F1F9FB
Tones
Muted variations
1#7AC3D1
2#7FBFCC
3#84BCC7
4#89B9C3
5#8EB6BE
6#92B3B9
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E4 | BordersInactive statesPlaceholder text |
| 400 | 76C6 #76C6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB6 #4EB6CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3499 #3499AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2979 #297989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #CCEAF0;
--sky-blue-300: #A5D9E4;
--sky-blue-400: #76C6D6;
--sky-blue-500: #4EB6CA;
--sky-blue-600: #3499AD;
--sky-blue-700: #297989;
--sky-blue-800: #1D5762;
--sky-blue-900: #13373F;
--sky-blue-950: #0C2327;
}