Sky Blue
#65D6E7
CyanColor Codes
All color formats for development
HEX
#65D6E7RGB
rgb(101, 214, 231)HSL
hsl(188, 73%, 65%)OKLCH
oklch(0.817 0.105 208.5)CMYK
cmyk(56%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48CEE2
2#2BC6DE
3#1FB2C9
4#1B99AC
5#167F8F
6#126673
7#0D4C56
8#093339
9#04191D
Tints
Lighter variations
1#74DAE9
2#83DEEC
3#93E2EE
4#A2E6F1
5#B2EAF3
6#C1EEF5
7#D1F3F8
8#E0F7FA
9#F0FBFD
Tones
Muted variations
1#6BD1E0
2#72CCDA
3#78C7D3
4#7FC2CD
5#85BEC6
6#8CB9C0
7#92B4B9
8#99AFB3
9#9FABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F7FA;
--sky-blue-200: #C6F0F6;
--sky-blue-300: #9AE4EF;
--sky-blue-400: #65D6E7;
--sky-blue-500: #38CAE0;
--sky-blue-600: #1EACC2;
--sky-blue-700: #18899A;
--sky-blue-800: #11626E;
--sky-blue-900: #0B3F47;
--sky-blue-950: #07272C;
}