Sky Blue
#62EACC
CyanColor Codes
All color formats for development
HEX
#62EACCRGB
rgb(98, 234, 204)HSL
hsl(167, 76%, 65%)OKLCH
oklch(0.854 0.127 176.1)CMYK
cmyk(58%, 0%, 13%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6C3
2#28E2B9
3#1CCCA6
4#18AF8E
5#149277
6#10755F
7#0C5847
8#083A2F
9#041D18
Tints
Lighter variations
1#72ECD1
2#81EED6
3#91F0DB
4#A1F2E1
5#B0F4E6
6#C0F6EB
7#D0F9F0
8#E0FBF5
9#EFFDFA
Tones
Muted variations
1#69E3C8
2#6FDCC4
3#76D5C1
4#7DCEBD
5#84C8B9
6#8BC1B5
7#91BAB1
8#98B3AD
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483A | 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: #F2FDFB;
--sky-blue-100: #E0FBF5;
--sky-blue-200: #C5F7EC;
--sky-blue-300: #98F1DE;
--sky-blue-400: #62EACC;
--sky-blue-500: #35E3BE;
--sky-blue-600: #1BC5A1;
--sky-blue-700: #159D80;
--sky-blue-800: #0F705B;
--sky-blue-900: #0A483A;
--sky-blue-950: #062D24;
}