Sky Blue
#63DEE9
CyanColor Codes
All color formats for development
HEX
#63DEE9RGB
rgb(99, 222, 233)HSL
hsl(185, 75%, 65%)OKLCH
oklch(0.835 0.11 203.3)CMYK
cmyk(58%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46D7E5
2#29D1E0
3#1DBDCB
4#19A2AE
5#158791
6#116C74
7#0C5157
8#08363A
9#041B1D
Tints
Lighter variations
1#72E1EB
2#82E4ED
3#92E8EF
4#A1EBF2
5#B1EEF4
6#C1F2F6
7#D0F5F8
8#E0F8FB
9#EFFCFD
Tones
Muted variations
1#6AD8E2
2#70D2DB
3#77CDD5
4#7EC7CE
5#84C2C7
6#8BBCC1
7#92B6BA
8#98B1B3
9#9FABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FB;
--sky-blue-200: #C5F3F7;
--sky-blue-300: #98E9F0;
--sky-blue-400: #63DEE9;
--sky-blue-500: #36D4E2;
--sky-blue-600: #1CB6C4;
--sky-blue-700: #16919C;
--sky-blue-800: #106870;
--sky-blue-900: #0A4247;
--sky-blue-950: #06292D;
}