Sky Blue
#63E9D2
CyanColor Codes
All color formats for development
HEX
#63E9D2RGB
rgb(99, 233, 210)HSL
hsl(170, 75%, 65%)OKLCH
oklch(0.853 0.122 180.1)CMYK
cmyk(58%, 0%, 10%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5CA
2#29E0C2
3#1DCBAE
4#19AE95
5#15917C
6#117463
7#0C574B
8#083A32
9#041D19
Tints
Lighter variations
1#72EBD7
2#82EDDB
3#92EFE0
4#A1F2E4
5#B1F4E9
6#C1F6ED
7#D0F8F2
8#E0FBF6
9#EFFDFB
Tones
Muted variations
1#6AE2CE
2#70DBC9
3#77D5C5
4#7ECEC1
5#84C7BC
6#8BC1B8
7#92BAB3
8#98B3AF
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF6;
--sky-blue-200: #C5F7EE;
--sky-blue-300: #98F0E2;
--sky-blue-400: #63E9D2;
--sky-blue-500: #36E2C6;
--sky-blue-600: #1CC4A8;
--sky-blue-700: #169C86;
--sky-blue-800: #107060;
--sky-blue-900: #0A473D;
--sky-blue-950: #062D26;
}