Sky Blue
#62EAD3
CyanColor Codes
All color formats for development
HEX
#62EAD3RGB
rgb(98, 234, 211)HSL
hsl(170, 76%, 65%)OKLCH
oklch(0.856 0.123 180.3)CMYK
cmyk(58%, 0%, 10%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6CB
2#28E2C3
3#1CCCAF
4#18AF96
5#14927D
6#107564
7#0C584B
8#083A32
9#041D19
Tints
Lighter variations
1#72ECD7
2#81EEDC
3#91F0E0
4#A1F2E5
5#B0F4E9
6#C0F6ED
7#D0F9F2
8#E0FBF6
9#EFFDFB
Tones
Muted variations
1#69E3CE
2#6FDCCA
3#76D5C5
4#7DCEC1
5#84C8BC
6#8BC1B8
7#91BAB3
8#98B3AF
9#9FADAA
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 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483D | 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: #C5F7EF;
--sky-blue-300: #98F1E2;
--sky-blue-400: #62EAD3;
--sky-blue-500: #35E3C6;
--sky-blue-600: #1BC5A9;
--sky-blue-700: #159D86;
--sky-blue-800: #0F7060;
--sky-blue-900: #0A483D;
--sky-blue-950: #062D26;
}