Sky Blue
#62E1EA
CyanColor Codes
All color formats for development
HEX
#62E1EARGB
rgb(98, 225, 234)HSL
hsl(184, 76%, 65%)OKLCH
oklch(0.842 0.112 201.7)CMYK
cmyk(58%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45DBE6
2#28D5E2
3#1CC0CC
4#18A5AF
5#148992
6#106E75
7#0C5258
8#08373A
9#041B1D
Tints
Lighter variations
1#72E4EC
2#81E7EE
3#91EAF0
4#A1EDF2
5#B0F0F4
6#C0F3F6
7#D0F6F9
8#E0F9FB
9#EFFCFD
Tones
Muted variations
1#69DBE3
2#6FD5DC
3#76CFD5
4#7DC9CE
5#84C3C8
6#8BBDC1
7#91B7BA
8#98B2B3
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F9FB;
--sky-blue-200: #C5F4F7;
--sky-blue-300: #98EBF1;
--sky-blue-400: #62E1EA;
--sky-blue-500: #35D8E3;
--sky-blue-600: #1BBAC5;
--sky-blue-700: #15949D;
--sky-blue-800: #0F6A70;
--sky-blue-900: #0A4448;
--sky-blue-950: #062A2D;
}