Sky Blue
#65B5E7
BlueColor Codes
All color formats for development
HEX
#65B5E7RGB
rgb(101, 181, 231)HSL
hsl(203, 73%, 65%)OKLCH
oklch(0.742 0.107 238)CMYK
cmyk(56%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A7E2
2#2B99DE
3#1F88C9
4#1B74AC
5#16618F
6#124E73
7#0D3A56
8#092739
9#04131D
Tints
Lighter variations
1#74BCE9
2#83C4EC
3#93CBEE
4#A2D3F1
5#B2DAF3
6#C1E1F5
7#D1E9F8
8#E0F0FA
9#F0F8FD
Tones
Muted variations
1#6BB3E0
2#72B2DA
3#78B0D3
4#7FAFCD
5#85ADC6
6#8CACC0
7#92AAB9
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 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | 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: #E0F0FA;
--sky-blue-200: #C6E3F6;
--sky-blue-300: #9ACEEF;
--sky-blue-400: #65B5E7;
--sky-blue-500: #38A0E0;
--sky-blue-600: #1E83C2;
--sky-blue-700: #18689A;
--sky-blue-800: #114B6E;
--sky-blue-900: #0B3047;
--sky-blue-950: #071E2C;
}