Sky Blue
#63E9E9
CyanColor Codes
All color formats for development
HEX
#63E9E9RGB
rgb(99, 233, 233)HSL
hsl(180, 75%, 65%)OKLCH
oklch(0.861 0.116 195.2)CMYK
cmyk(58%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5E5
2#29E0E0
3#1DCBCB
4#19AEAE
5#159191
6#117474
7#0C5757
8#083A3A
9#041D1D
Tints
Lighter variations
1#72EBEB
2#82EDED
3#92EFEF
4#A1F2F2
5#B1F4F4
6#C1F6F6
7#D0F8F8
8#E0FBFB
9#EFFDFD
Tones
Muted variations
1#6AE2E2
2#70DBDB
3#77D5D5
4#7ECECE
5#84C7C7
6#8BC1C1
7#92BABA
8#98B3B3
9#9FACAC
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 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | 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: #98F0F0;
--sky-blue-400: #63E9E9;
--sky-blue-500: #36E2E2;
--sky-blue-600: #1CC4C4;
--sky-blue-700: #169C9C;
--sky-blue-800: #107070;
--sky-blue-900: #0A4747;
--sky-blue-950: #062D2D;
}