Sky Blue
#65C8E7
CyanColor Codes
All color formats for development
HEX
#65C8E7RGB
rgb(101, 200, 231)HSL
hsl(194, 73%, 65%)OKLCH
oklch(0.785 0.102 221)CMYK
cmyk(56%, 13%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48BEE2
2#2BB4DE
3#1FA1C9
4#1B8AAC
5#16738F
6#125C73
7#0D4556
8#092E39
9#04171D
Tints
Lighter variations
1#74CEE9
2#83D3EC
3#93D9EE
4#A2DEF1
5#B2E4F3
6#C1E9F5
7#D1EFF8
8#E0F4FA
9#F0FAFD
Tones
Muted variations
1#6BC5E0
2#72C2DA
3#78BED3
4#7FBBCD
5#85B7C6
6#8CB4C0
7#92B0B9
8#99ADB3
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 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B9 #38B9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9C #1E9CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187C #187C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1159 #11596E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B39 #0B3947 | 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: #C6EBF6;
--sky-blue-300: #9ADBEF;
--sky-blue-400: #65C8E7;
--sky-blue-500: #38B9E0;
--sky-blue-600: #1E9CC2;
--sky-blue-700: #187C9A;
--sky-blue-800: #11596E;
--sky-blue-900: #0B3947;
--sky-blue-950: #07232C;
}