Sky Blue
#65DCE7
CyanColor Codes
All color formats for development
HEX
#65DCE7RGB
rgb(101, 220, 231)HSL
hsl(185, 73%, 65%)OKLCH
oklch(0.831 0.108 203.5)CMYK
cmyk(56%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48D6E2
2#2BCFDE
3#1FBBC9
4#1BA0AC
5#16858F
6#126B73
7#0D5056
8#093539
9#041B1D
Tints
Lighter variations
1#74E0E9
2#83E3EC
3#93E7EE
4#A2EAF1
5#B2EEF3
6#C1F1F5
7#D1F5F8
8#E0F8FA
9#F0FCFD
Tones
Muted variations
1#6BD7E0
2#72D1DA
3#78CCD3
4#7FC6CD
5#85C1C6
6#8CBBC0
7#92B6B9
8#99B1B3
9#9FABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FA;
--sky-blue-200: #C6F2F6;
--sky-blue-300: #9AE8EF;
--sky-blue-400: #65DCE7;
--sky-blue-500: #38D2E0;
--sky-blue-600: #1EB4C2;
--sky-blue-700: #18909A;
--sky-blue-800: #11676E;
--sky-blue-900: #0B4247;
--sky-blue-950: #07292C;
}