Sky Blue
#65B7E7
BlueColor Codes
All color formats for development
HEX
#65B7E7RGB
rgb(101, 183, 231)HSL
hsl(202, 73%, 65%)OKLCH
oklch(0.746 0.106 236.3)CMYK
cmyk(56%, 21%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48AAE2
2#2B9CDE
3#1F8BC9
4#1B77AC
5#16638F
6#124F73
7#0D3B56
8#092839
9#04141D
Tints
Lighter variations
1#74BEE9
2#83C5EC
3#93CDEE
4#A2D4F1
5#B2DBF3
6#C1E2F5
7#D1E9F8
8#E0F1FA
9#F0F8FD
Tones
Muted variations
1#6BB5E0
2#72B4DA
3#78B2D3
4#7FB0CD
5#85AEC6
6#8CADC0
7#92ABB9
8#99A9B3
9#9FA7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E4 #C6E4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD0 #9AD0EF | BordersInactive statesPlaceholder text |
| 400 | 65B7 #65B7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A3 #38A3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E86 #1E86C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186B #186B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114C #114C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B31 #0B3147 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F1FA;
--sky-blue-200: #C6E4F6;
--sky-blue-300: #9AD0EF;
--sky-blue-400: #65B7E7;
--sky-blue-500: #38A3E0;
--sky-blue-600: #1E86C2;
--sky-blue-700: #186B9A;
--sky-blue-800: #114C6E;
--sky-blue-900: #0B3147;
--sky-blue-950: #071E2C;
}