Sky Blue
#65C0E7
BlueColor Codes
All color formats for development
HEX
#65C0E7RGB
rgb(101, 192, 231)HSL
hsl(198, 73%, 65%)OKLCH
oklch(0.767 0.103 228.3)CMYK
cmyk(56%, 17%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48B4E2
2#2BA8DE
3#1F96C9
4#1B80AC
5#166B8F
6#125673
7#0D4056
8#092B39
9#04151D
Tints
Lighter variations
1#74C6E9
2#83CCEC
3#93D3EE
4#A2D9F1
5#B2DFF3
6#C1E6F5
7#D1ECF8
8#E0F2FA
9#F0F9FD
Tones
Muted variations
1#6BBDE0
2#72BBDA
3#78B8D3
4#7FB5CD
5#85B3C6
6#8CB0C0
7#92AEB9
8#99ABB3
9#9FA8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65C0 #65C0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AE #38AEE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E91 #1E91C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1873 #18739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1152 #11526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3547 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F2FA;
--sky-blue-200: #C6E8F6;
--sky-blue-300: #9AD5EF;
--sky-blue-400: #65C0E7;
--sky-blue-500: #38AEE0;
--sky-blue-600: #1E91C2;
--sky-blue-700: #18739A;
--sky-blue-800: #11526E;
--sky-blue-900: #0B3547;
--sky-blue-950: #07212C;
}