Sky Blue
#62EACE
CyanColor Codes
All color formats for development
HEX
#62EACERGB
rgb(98, 234, 206)HSL
hsl(168, 76%, 65%)OKLCH
oklch(0.854 0.126 177.3)CMYK
cmyk(58%, 0%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6C5
2#28E2BC
3#1CCCA9
4#18AF91
5#149279
6#107561
7#0C5848
8#083A30
9#041D18
Tints
Lighter variations
1#72ECD3
2#81EED8
3#91F0DD
4#A1F2E2
5#B0F4E7
6#C0F6EC
7#D0F9F0
8#E0FBF5
9#EFFDFA
Tones
Muted variations
1#69E3CA
2#6FDCC6
3#76D5C2
4#7DCEBE
5#84C8BA
6#8BC1B6
7#91BAB2
8#98B3AE
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 #C5F7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | 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: #C5F7ED;
--sky-blue-300: #98F1DF;
--sky-blue-400: #62EACE;
--sky-blue-500: #35E3C1;
--sky-blue-600: #1BC5A3;
--sky-blue-700: #159D82;
--sky-blue-800: #0F705D;
--sky-blue-900: #0A483B;
--sky-blue-950: #062D25;
}