Sky Blue
#65A1E6
BlueColor Codes
All color formats for development
HEX
#65A1E6RGB
rgb(101, 161, 230)HSL
hsl(212, 72%, 65%)OKLCH
oklch(0.697 0.12 252.9)CMYK
cmyk(56%, 30%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4990E1
2#2C7FDD
3#206EC8
4#1C5FAB
5#174F8F
6#133F72
7#0E2F56
8#092039
9#05101D
Tints
Lighter variations
1#75ABE9
2#84B4EB
3#94BEEE
4#A3C7F0
5#B2D0F3
6#C2DAF5
7#D1E3F8
8#E0ECFA
9#F0F6FD
Tones
Muted variations
1#6CA2E0
2#72A2D9
3#79A3D3
4#7FA3CC
5#86A4C6
6#8CA4BF
7#92A4B9
8#99A5B3
9#9FA5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC2 #9AC2EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A87 #3A87DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F6B #1F6BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1955 #19559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123D #123D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2746 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFA;
--sky-blue-200: #C6DCF6;
--sky-blue-300: #9AC2EF;
--sky-blue-400: #65A1E6;
--sky-blue-500: #3A87DF;
--sky-blue-600: #1F6BC1;
--sky-blue-700: #19559A;
--sky-blue-800: #123D6E;
--sky-blue-900: #0B2746;
--sky-blue-950: #07182C;
}