Sky Blue
#65DAE7
CyanColor Codes
All color formats for development
HEX
#65DAE7RGB
rgb(101, 218, 231)HSL
hsl(186, 73%, 65%)OKLCH
oklch(0.826 0.107 205.2)CMYK
cmyk(56%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48D3E2
2#2BCCDE
3#1FB8C9
4#1B9EAC
5#16838F
6#126973
7#0D4F56
8#093539
9#041A1D
Tints
Lighter variations
1#74DEE9
2#83E1EC
3#93E5EE
4#A2E9F1
5#B2ECF3
6#C1F0F5
7#D1F4F8
8#E0F8FA
9#F0FBFD
Tones
Muted variations
1#6BD5E0
2#72CFDA
3#78CAD3
4#7FC5CD
5#85C0C6
6#8CBBC0
7#92B5B9
8#99B0B3
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 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | 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: #C6F1F6;
--sky-blue-300: #9AE7EF;
--sky-blue-400: #65DAE7;
--sky-blue-500: #38CFE0;
--sky-blue-600: #1EB2C2;
--sky-blue-700: #188D9A;
--sky-blue-800: #11656E;
--sky-blue-900: #0B4147;
--sky-blue-950: #07282C;
}