Sky Blue
#63E9C7
CyanColor Codes
All color formats for development
HEX
#63E9C7RGB
rgb(99, 233, 199)HSL
hsl(165, 75%, 65%)OKLCH
oklch(0.85 0.128 173.7)CMYK
cmyk(58%, 0%, 15%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5BD
2#29E0B3
3#1DCBA0
4#19AE89
5#159172
6#11745B
7#0C5744
8#083A2E
9#041D17
Tints
Lighter variations
1#72EBCD
2#82EDD2
3#92EFD8
4#A1F2DE
5#B1F4E3
6#C1F6E9
7#D0F8EE
8#E0FBF4
9#EFFDF9
Tones
Muted variations
1#6AE2C4
2#70DBC1
3#77D5BD
4#7ECEBA
5#84C7B6
6#8BC1B3
7#92BAB0
8#98B3AC
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FBF4;
--sky-blue-200: #C5F7EA;
--sky-blue-300: #98F0DA;
--sky-blue-400: #63E9C7;
--sky-blue-500: #36E2B7;
--sky-blue-600: #1CC49A;
--sky-blue-700: #169C7B;
--sky-blue-800: #107058;
--sky-blue-900: #0A4738;
--sky-blue-950: #062D23;
}