Sky Blue
#62EAEA
CyanColor Codes
All color formats for development
HEX
#62EAEARGB
rgb(98, 234, 234)HSL
hsl(180, 76%, 65%)OKLCH
oklch(0.863 0.118 195.2)CMYK
cmyk(58%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45E6E6
2#28E2E2
3#1CCCCC
4#18AFAF
5#149292
6#107575
7#0C5858
8#083A3A
9#041D1D
Tints
Lighter variations
1#72ECEC
2#81EEEE
3#91F0F0
4#A1F2F2
5#B0F4F4
6#C0F6F6
7#D0F9F9
8#E0FBFB
9#EFFDFD
Tones
Muted variations
1#69E3E3
2#6FDCDC
3#76D5D5
4#7DCECE
5#84C8C8
6#8BC1C1
7#91BABA
8#98B3B3
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FBFB;
--sky-blue-200: #C5F7F7;
--sky-blue-300: #98F1F1;
--sky-blue-400: #62EAEA;
--sky-blue-500: #35E3E3;
--sky-blue-600: #1BC5C5;
--sky-blue-700: #159D9D;
--sky-blue-800: #0F7070;
--sky-blue-900: #0A4848;
--sky-blue-950: #062D2D;
}