Sky Blue
#65D3E7
CyanColor Codes
All color formats for development
HEX
#65D3E7RGB
rgb(101, 211, 231)HSL
hsl(189, 73%, 65%)OKLCH
oklch(0.81 0.104 211.1)CMYK
cmyk(56%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48CBE2
2#2BC3DE
3#1FAFC9
4#1B96AC
5#167D8F
6#126473
7#0D4B56
8#093239
9#04191D
Tints
Lighter variations
1#74D8E9
2#83DCEC
3#93E0EE
4#A2E5F1
5#B2E9F3
6#C1EEF5
7#D1F2F8
8#E0F6FA
9#F0FBFD
Tones
Muted variations
1#6BCFE0
2#72CADA
3#78C6D3
4#7FC1CD
5#85BDC6
6#8CB8C0
7#92B3B9
8#99AFB3
9#9FAAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EF #C6EFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE2 #9AE2EF | BordersInactive statesPlaceholder text |
| 400 | 65D3 #65D3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C7 #38C7E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAA #1EAAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1887 #18879A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1160 #11606E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3E #0B3E47 | 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: #E0F6FA;
--sky-blue-200: #C6EFF6;
--sky-blue-300: #9AE2EF;
--sky-blue-400: #65D3E7;
--sky-blue-500: #38C7E0;
--sky-blue-600: #1EAAC2;
--sky-blue-700: #18879A;
--sky-blue-800: #11606E;
--sky-blue-900: #0B3E47;
--sky-blue-950: #07272C;
}