Sky Blue
#65DBE6
CyanColor Codes
All color formats for development
HEX
#65DBE6RGB
rgb(101, 219, 230)HSL
hsl(185, 72%, 65%)OKLCH
oklch(0.828 0.107 203.6)CMYK
cmyk(56%, 5%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49D5E1
2#2CCEDD
3#20BAC8
4#1C9FAB
5#17858F
6#136A72
7#0E5056
8#093539
9#051B1D
Tints
Lighter variations
1#75DFE9
2#84E2EB
3#94E6EE
4#A3EAF0
5#B2EDF3
6#C2F1F5
7#D1F4F8
8#E0F8FA
9#F0FBFD
Tones
Muted variations
1#6CD6E0
2#72D1D9
3#79CBD3
4#7FC6CC
5#86C1C6
6#8CBBBF
7#92B6B9
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 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DB #65DBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AD1 #3AD1DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FB4 #1FB4C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198F #198F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1266 #12666E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4146 | 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: #65DBE6;
--sky-blue-500: #3AD1DF;
--sky-blue-600: #1FB4C1;
--sky-blue-700: #198F9A;
--sky-blue-800: #12666E;
--sky-blue-900: #0B4146;
--sky-blue-950: #07292C;
}