Sky Blue
#65B0E6
BlueColor Codes
All color formats for development
HEX
#65B0E6RGB
rgb(101, 176, 230)HSL
hsl(205, 72%, 65%)OKLCH
oklch(0.73 0.109 241.6)CMYK
cmyk(56%, 23%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A2E1
2#2C93DD
3#2082C8
4#1C6FAB
5#175D8F
6#134A72
7#0E3856
8#092539
9#05131D
Tints
Lighter variations
1#75B8E9
2#84C0EB
3#94C8EE
4#A3D0F0
5#B2D8F3
6#C2E0F5
7#D1E7F8
8#E0EFFA
9#F0F7FD
Tones
Muted variations
1#6CAFE0
2#72AED9
3#79ADD3
4#7FACCC
5#86ABC6
6#8CAABF
7#92A9B9
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 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E2 #C6E2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACB #9ACBEF | BordersInactive statesPlaceholder text |
| 400 | 65B0 #65B0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A9A #3A9ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7E #1F7EC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1964 #19649A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1247 #12476E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2E #0B2E46 | 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: #E0EFFA;
--sky-blue-200: #C6E2F6;
--sky-blue-300: #9ACBEF;
--sky-blue-400: #65B0E6;
--sky-blue-500: #3A9ADF;
--sky-blue-600: #1F7EC1;
--sky-blue-700: #19649A;
--sky-blue-800: #12476E;
--sky-blue-900: #0B2E46;
--sky-blue-950: #071D2C;
}