Sky Blue
#65C8E6
CyanColor Codes
All color formats for development
HEX
#65C8E6RGB
rgb(101, 200, 230)HSL
hsl(194, 72%, 65%)OKLCH
oklch(0.784 0.102 220.3)CMYK
cmyk(56%, 13%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49BEE1
2#2CB4DD
3#20A1C8
4#1C8AAB
5#17738F
6#135C72
7#0E4556
8#092E39
9#05171D
Tints
Lighter variations
1#75CEE9
2#84D3EB
3#94D9EE
4#A3DEF0
5#B2E4F3
6#C2E9F5
7#D1EFF8
8#E0F4FA
9#F0FAFD
Tones
Muted variations
1#6CC5E0
2#72C1D9
3#79BED3
4#7FBACC
5#86B7C6
6#8CB3BF
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 #65C8E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB8 #3AB8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F9B #1F9BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 197C #197C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3846 | 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: #65C8E6;
--sky-blue-500: #3AB8DF;
--sky-blue-600: #1F9BC1;
--sky-blue-700: #197C9A;
--sky-blue-800: #12586E;
--sky-blue-900: #0B3846;
--sky-blue-950: #07232C;
}