Sky Blue
#65C6E7
BlueColor Codes
All color formats for development
HEX
#65C6E7RGB
rgb(101, 198, 231)HSL
hsl(195, 73%, 65%)OKLCH
oklch(0.78 0.102 222.8)CMYK
cmyk(56%, 14%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48BCE2
2#2BB1DE
3#1F9EC9
4#1B88AC
5#16718F
6#125A73
7#0D4456
8#092D39
9#04171D
Tints
Lighter variations
1#74CCE9
2#83D2EC
3#93D7EE
4#A2DDF1
5#B2E3F3
6#C1E8F5
7#D1EEF8
8#E0F4FA
9#F0F9FD
Tones
Muted variations
1#6BC3E0
2#72C0DA
3#78BDD3
4#7FB9CD
5#85B6C6
6#8CB3C0
7#92B0B9
8#99ACB3
9#9FA9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EA #C6EAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADA #9ADAEF | BordersInactive statesPlaceholder text |
| 400 | 65C6 #65C6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B6 #38B6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E99 #1E99C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187A #187A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1157 #11576E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E0F4FA;
--sky-blue-200: #C6EAF6;
--sky-blue-300: #9ADAEF;
--sky-blue-400: #65C6E7;
--sky-blue-500: #38B6E0;
--sky-blue-600: #1E99C2;
--sky-blue-700: #187A9A;
--sky-blue-800: #11576E;
--sky-blue-900: #0B3847;
--sky-blue-950: #07232C;
}