Sky Blue
#63E9DE
CyanColor Codes
All color formats for development
HEX
#63E9DERGB
rgb(99, 233, 222)HSL
hsl(175, 75%, 65%)OKLCH
oklch(0.857 0.118 187.8)CMYK
cmyk(58%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5D7
2#29E0D1
3#1DCBBD
4#19AEA2
5#159187
6#11746C
7#0C5751
8#083A36
9#041D1B
Tints
Lighter variations
1#72EBE1
2#82EDE4
3#92EFE8
4#A1F2EB
5#B1F4EE
6#C1F6F2
7#D0F8F5
8#E0FBF8
9#EFFDFC
Tones
Muted variations
1#6AE2D8
2#70DBD2
3#77D5CD
4#7ECEC7
5#84C7C2
6#8BC1BC
7#92BAB6
8#98B3B1
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF8;
--sky-blue-200: #C5F7F3;
--sky-blue-300: #98F0E9;
--sky-blue-400: #63E9DE;
--sky-blue-500: #36E2D4;
--sky-blue-600: #1CC4B6;
--sky-blue-700: #169C91;
--sky-blue-800: #107068;
--sky-blue-900: #0A4742;
--sky-blue-950: #062D29;
}