Sky Blue
#63E9BC
GreenColor Codes
All color formats for development
HEX
#63E9BCRGB
rgb(99, 233, 188)HSL
hsl(160, 75%, 65%)OKLCH
oklch(0.847 0.135 168)CMYK
cmyk(58%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5B0
2#29E0A3
3#1DCB91
4#19AE7C
5#159168
6#117453
7#0C573E
8#083A29
9#041D15
Tints
Lighter variations
1#72EBC3
2#82EDC9
3#92EFD0
4#A1F2D7
5#B1F4DE
6#C1F6E4
7#D0F8EB
8#E0FBF2
9#EFFDF8
Tones
Muted variations
1#6AE2BA
2#70DBB8
3#77D5B5
4#7ECEB3
5#84C7B1
6#8BC1AF
7#92BAAC
8#98B3AA
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0D3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9BC | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC48C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4733 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF2;
--sky-blue-200: #C5F7E6;
--sky-blue-300: #98F0D3;
--sky-blue-400: #63E9BC;
--sky-blue-500: #36E2A9;
--sky-blue-600: #1CC48C;
--sky-blue-700: #169C70;
--sky-blue-800: #107050;
--sky-blue-900: #0A4733;
--sky-blue-950: #062D20;
}