Sky Blue
#71C5DA
CyanColor Codes
All color formats for development
HEX
#71C5DARGB
rgb(113, 197, 218)HSL
hsl(192, 59%, 65%)OKLCH
oklch(0.778 0.087 215.8)CMYK
cmyk(48%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57BBD4
2#3CB0CD
3#309DB8
4#29879E
5#227084
6#1B5A69
7#14434F
8#0E2D35
9#07161A
Tints
Lighter variations
1#7FCBDE
2#8DD1E2
3#9CD7E5
4#AADCE9
5#B8E2ED
6#C6E8F0
7#D4EEF4
8#E3F3F8
9#F1F9FB
Tones
Muted variations
1#76C2D5
2#7CBFD0
3#81BCCB
4#86B9C5
5#8BB6C0
6#91B2BB
7#96AFB6
8#9BACB0
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E7 | BordersInactive statesPlaceholder text |
| 400 | 71C5 #71C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B5 #49B5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E98 #2E98B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2579 #25798E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A56 #1A5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F8;
--sky-blue-200: #CAEAF1;
--sky-blue-300: #A2D9E7;
--sky-blue-400: #71C5DA;
--sky-blue-500: #49B5D0;
--sky-blue-600: #2E98B2;
--sky-blue-700: #25798E;
--sky-blue-800: #1A5665;
--sky-blue-900: #113741;
--sky-blue-950: #0A2329;
}