Sky Blue
#65CCE6
CyanColor Codes
All color formats for development
HEX
#65CCE6RGB
rgb(101, 204, 230)HSL
hsl(192, 72%, 65%)OKLCH
oklch(0.793 0.102 216.6)CMYK
cmyk(56%, 11%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49C3E1
2#2CB9DD
3#20A6C8
4#1C8EAB
5#17778F
6#135F72
7#0E4756
8#092F39
9#05181D
Tints
Lighter variations
1#75D1E9
2#84D6EB
3#94DCEE
4#A3E1F0
5#B2E6F3
6#C2EBF5
7#D1F0F8
8#E0F5FA
9#F0FAFD
Tones
Muted variations
1#6CC8E0
2#72C5D9
3#79C1D3
4#7FBDCC
5#86B9C6
6#8CB5BF
7#92B1B9
8#99ADB3
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADE #9ADEEF | BordersInactive statesPlaceholder text |
| 400 | 65CC #65CCE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ABE #3ABEDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FA1 #1FA1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1980 #19809A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125B #125B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3A #0B3A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F5FA;
--sky-blue-200: #C6ECF6;
--sky-blue-300: #9ADEEF;
--sky-blue-400: #65CCE6;
--sky-blue-500: #3ABEDF;
--sky-blue-600: #1FA1C1;
--sky-blue-700: #19809A;
--sky-blue-800: #125B6E;
--sky-blue-900: #0B3A46;
--sky-blue-950: #07252C;
}