Sky Blue
#65D1E7
CyanColor Codes
All color formats for development
HEX
#65D1E7RGB
rgb(101, 209, 231)HSL
hsl(190, 73%, 65%)OKLCH
oklch(0.805 0.103 212.9)CMYK
cmyk(56%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48C9E2
2#2BC0DE
3#1FACC9
4#1B94AC
5#167B8F
6#126373
7#0D4A56
8#093139
9#04191D
Tints
Lighter variations
1#74D6E9
2#83DAEC
3#93DFEE
4#A2E4F1
5#B2E8F3
6#C1EDF5
7#D1F1F8
8#E0F6FA
9#F0FAFD
Tones
Muted variations
1#6BCDE0
2#72C8DA
3#78C4D3
4#7FC0CD
5#85BBC6
6#8CB7C0
7#92B3B9
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 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C4 #38C4E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA7 #1EA7C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1885 #18859A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115F #115F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | 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: #C6EEF6;
--sky-blue-300: #9AE1EF;
--sky-blue-400: #65D1E7;
--sky-blue-500: #38C4E0;
--sky-blue-600: #1EA7C2;
--sky-blue-700: #18859A;
--sky-blue-800: #115F6E;
--sky-blue-900: #0B3D47;
--sky-blue-950: #07262C;
}