Sky Blue
#65BFE6
BlueColor Codes
All color formats for development
HEX
#65BFE6RGB
rgb(101, 191, 230)HSL
hsl(198, 72%, 65%)OKLCH
oklch(0.764 0.103 228.5)CMYK
cmyk(56%, 17%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49B4E1
2#2CA8DD
3#2095C8
4#1C80AB
5#176B8F
6#135572
7#0E4056
8#092B39
9#05151D
Tints
Lighter variations
1#75C6E9
2#84CCEB
3#94D3EE
4#A3D9F0
5#B2DFF3
6#C2E6F5
7#D1ECF8
8#E0F2FA
9#F0F9FD
Tones
Muted variations
1#6CBDE0
2#72BAD9
3#79B8D3
4#7FB5CC
5#86B3C6
6#8CB0BF
7#92ADB9
8#99ABB3
9#9FA8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65BF #65BFE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AAD #3AADDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F91 #1F91C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1973 #19739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1252 #12526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3546 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F2FA;
--sky-blue-200: #C6E7F6;
--sky-blue-300: #9AD5EF;
--sky-blue-400: #65BFE6;
--sky-blue-500: #3AADDF;
--sky-blue-600: #1F91C1;
--sky-blue-700: #19739A;
--sky-blue-800: #12526E;
--sky-blue-900: #0B3546;
--sky-blue-950: #07212C;
}