Sky Blue
#63D2E9
CyanColor Codes
All color formats for development
HEX
#63D2E9RGB
rgb(99, 210, 233)HSL
hsl(190, 75%, 65%)OKLCH
oklch(0.808 0.106 213.2)CMYK
cmyk(58%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46CAE5
2#29C2E0
3#1DAECB
4#1995AE
5#157C91
6#116374
7#0C4B57
8#08323A
9#04191D
Tints
Lighter variations
1#72D7EB
2#82DBED
3#92E0EF
4#A1E4F2
5#B1E9F4
6#C1EDF6
7#D0F2F8
8#E0F6FB
9#EFFBFD
Tones
Muted variations
1#6ACEE2
2#70C9DB
3#77C5D5
4#7EC1CE
5#84BCC7
6#8BB8C1
7#92B3BA
8#98AFB3
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F0 | BordersInactive statesPlaceholder text |
| 400 | 63D2 #63D2E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36C6 #36C6E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CA8 #1CA8C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1686 #16869C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1060 #106070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F6FB;
--sky-blue-200: #C5EEF7;
--sky-blue-300: #98E2F0;
--sky-blue-400: #63D2E9;
--sky-blue-500: #36C6E2;
--sky-blue-600: #1CA8C4;
--sky-blue-700: #16869C;
--sky-blue-800: #106070;
--sky-blue-900: #0A3D47;
--sky-blue-950: #06262D;
}