Sky Blue
#65D7E6
CyanColor Codes
All color formats for development
HEX
#65D7E6RGB
rgb(101, 215, 230)HSL
hsl(187, 72%, 65%)OKLCH
oklch(0.819 0.105 206.9)CMYK
cmyk(56%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49D0E1
2#2CC8DD
3#20B4C8
4#1C9AAB
5#17818F
6#136772
7#0E4D56
8#093339
9#051A1D
Tints
Lighter variations
1#75DBE9
2#84DFEB
3#94E3EE
4#A3E7F0
5#B2EBF3
6#C2EFF5
7#D1F3F8
8#E0F7FA
9#F0FBFD
Tones
Muted variations
1#6CD2E0
2#72CDD9
3#79C8D3
4#7FC3CC
5#86BEC6
6#8CB9BF
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 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D7 #65D7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ACC #3ACCDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FAE #1FAEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198B #198B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1263 #12636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F46 | 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: #E0F7FA;
--sky-blue-200: #C6F0F6;
--sky-blue-300: #9AE5EF;
--sky-blue-400: #65D7E6;
--sky-blue-500: #3ACCDF;
--sky-blue-600: #1FAEC1;
--sky-blue-700: #198B9A;
--sky-blue-800: #12636E;
--sky-blue-900: #0B3F46;
--sky-blue-950: #07282C;
}