Sky Blue
#65B3E7
BlueColor Codes
All color formats for development
HEX
#65B3E7RGB
rgb(101, 179, 231)HSL
hsl(204, 73%, 65%)OKLCH
oklch(0.737 0.108 239.7)CMYK
cmyk(56%, 23%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A5E2
2#2B96DE
3#1F85C9
4#1B72AC
5#165F8F
6#124C73
7#0D3956
8#092639
9#04131D
Tints
Lighter variations
1#74BAE9
2#83C2EC
3#93CAEE
4#A2D1F1
5#B2D9F3
6#C1E1F5
7#D1E8F8
8#E0F0FA
9#F0F7FD
Tones
Muted variations
1#6BB1E0
2#72B0DA
3#78AFD3
4#7FAECD
5#85ACC6
6#8CABC0
7#92AAB9
8#99A8B3
9#9FA7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389D #389DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E81 #1E81C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1866 #18669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1149 #11496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0F0FA;
--sky-blue-200: #C6E3F6;
--sky-blue-300: #9ACDEF;
--sky-blue-400: #65B3E7;
--sky-blue-500: #389DE0;
--sky-blue-600: #1E81C2;
--sky-blue-700: #18669A;
--sky-blue-800: #11496E;
--sky-blue-900: #0B2F47;
--sky-blue-950: #071D2C;
}