Sky Blue
#65CDE7
CyanColor Codes
All color formats for development
HEX
#65CDE7RGB
rgb(101, 205, 231)HSL
hsl(192, 73%, 65%)OKLCH
oklch(0.796 0.103 216.4)CMYK
cmyk(56%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48C4E2
2#2BBADE
3#1FA7C9
4#1B8FAC
5#16778F
6#125F73
7#0D4856
8#093039
9#04181D
Tints
Lighter variations
1#74D2E9
2#83D7EC
3#93DCEE
4#A2E1F1
5#B2E6F3
6#C1EBF5
7#D1F0F8
8#E0F5FA
9#F0FAFD
Tones
Muted variations
1#6BC9E0
2#72C5DA
3#78C1D3
4#7FBDCD
5#85B9C6
6#8CB5C0
7#92B1B9
8#99AEB3
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 | 65CD #65CDE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38BF #38BFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA1 #1EA1C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1880 #18809A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115C #115C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3B #0B3B47 | 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: #65CDE7;
--sky-blue-500: #38BFE0;
--sky-blue-600: #1EA1C2;
--sky-blue-700: #18809A;
--sky-blue-800: #115C6E;
--sky-blue-900: #0B3B47;
--sky-blue-950: #07252C;
}