Sky Blue
#62EACA
CyanColor Codes
All color formats for development
HEX
#62EACARGB
rgb(98, 234, 202)HSL
hsl(166, 76%, 65%)OKLCH
oklch(0.853 0.128 175)CMYK
cmyk(58%, 0%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6C0
2#28E2B6
3#1CCCA3
4#18AF8C
5#149274
6#10755D
7#0C5846
8#083A2F
9#041D17
Tints
Lighter variations
1#72ECCF
2#81EED5
3#91F0DA
4#A1F2DF
5#B0F4E4
6#C0F6EA
7#D0F9EF
8#E0FBF4
9#EFFDFA
Tones
Muted variations
1#69E3C6
2#6FDCC3
3#76D5BF
4#7DCEBB
5#84C8B8
6#8BC1B4
7#91BAB1
8#98B3AD
9#9FADA9
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 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | 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: #C5F7EB;
--sky-blue-300: #98F1DC;
--sky-blue-400: #62EACA;
--sky-blue-500: #35E3BB;
--sky-blue-600: #1BC59E;
--sky-blue-700: #159D7D;
--sky-blue-800: #0F705A;
--sky-blue-900: #0A4839;
--sky-blue-950: #062D24;
}