Sky Blue
#71C4DA
CyanColor Codes
All color formats for development
HEX
#71C4DARGB
rgb(113, 196, 218)HSL
hsl(193, 59%, 65%)OKLCH
oklch(0.776 0.087 216.9)CMYK
cmyk(48%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57B9D4
2#3CAECD
3#309BB8
4#29859E
5#226F84
6#1B5869
7#14424F
8#0E2C35
9#07161A
Tints
Lighter variations
1#7FCADE
2#8DCFE2
3#9CD5E5
4#AADBE9
5#B8E1ED
6#C6E7F0
7#D4EDF4
8#E3F3F8
9#F1F9FB
Tones
Muted variations
1#76C1D5
2#7CBED0
3#81BBCB
4#86B8C5
5#8BB5C0
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 | CAE9 #CAE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E7 | BordersInactive statesPlaceholder text |
| 400 | 71C4 #71C4DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B3 #49B3D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E96 #2E96B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | 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: #CAE9F1;
--sky-blue-300: #A2D8E7;
--sky-blue-400: #71C4DA;
--sky-blue-500: #49B3D0;
--sky-blue-600: #2E96B2;
--sky-blue-700: #25778E;
--sky-blue-800: #1A5565;
--sky-blue-900: #113641;
--sky-blue-950: #0A2229;
}