Sky Blue
#65A6E6
BlueColor Codes
All color formats for development
HEX
#65A6E6RGB
rgb(101, 166, 230)HSL
hsl(210, 72%, 65%)OKLCH
oklch(0.708 0.116 249.4)CMYK
cmyk(56%, 28%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4995E1
2#2C85DD
3#2074C8
4#1C63AB
5#17538F
6#134272
7#0E3256
8#092139
9#05111D
Tints
Lighter variations
1#75AFE9
2#84B8EB
3#94C1EE
4#A3C9F0
5#B2D2F3
6#C2DBF5
7#D1E4F8
8#E0EDFA
9#F0F6FD
Tones
Muted variations
1#6CA6E0
2#72A6D9
3#79A6D3
4#7FA6CC
5#86A6C6
6#8CA6BF
7#92A6B9
8#99A6B3
9#9FA6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DE #C6DEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC4 #9AC4EF | BordersInactive statesPlaceholder text |
| 400 | 65A6 #65A6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A8C #3A8CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F70 #1F70C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1959 #19599A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1240 #12406E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B29 #0B2946 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EDFA;
--sky-blue-200: #C6DEF6;
--sky-blue-300: #9AC4EF;
--sky-blue-400: #65A6E6;
--sky-blue-500: #3A8CDF;
--sky-blue-600: #1F70C1;
--sky-blue-700: #19599A;
--sky-blue-800: #12406E;
--sky-blue-900: #0B2946;
--sky-blue-950: #071A2C;
}