Sky Blue
#65AAE6
BlueColor Codes
All color formats for development
HEX
#65AAE6RGB
rgb(101, 170, 230)HSL
hsl(208, 72%, 65%)OKLCH
oklch(0.717 0.113 246.4)CMYK
cmyk(56%, 26%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#499AE1
2#2C8ADD
3#207AC8
4#1C68AB
5#17578F
6#134572
7#0E3456
8#092339
9#05111D
Tints
Lighter variations
1#75B3E9
2#84BBEB
3#94C4EE
4#A3CCF0
5#B2D5F3
6#C2DDF5
7#D1E6F8
8#E0EEFA
9#F0F7FD
Tones
Muted variations
1#6CAAE0
2#72A9D9
3#79A9D3
4#7FA8CC
5#86A8C6
6#8CA7BF
7#92A7B9
8#99A7B3
9#9FA6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A92 #3A92DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F76 #1F76C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 195E #195E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1243 #12436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B46 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EEFA;
--sky-blue-200: #C6DFF6;
--sky-blue-300: #9AC7EF;
--sky-blue-400: #65AAE6;
--sky-blue-500: #3A92DF;
--sky-blue-600: #1F76C1;
--sky-blue-700: #195E9A;
--sky-blue-800: #12436E;
--sky-blue-900: #0B2B46;
--sky-blue-950: #071B2C;
}