Sky Blue
#71C9DA
CyanColor Codes
All color formats for development
HEX
#71C9DARGB
rgb(113, 201, 218)HSL
hsl(190, 59%, 65%)OKLCH
oklch(0.787 0.088 211.5)CMYK
cmyk(48%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57BFD4
2#3CB5CD
3#30A2B8
4#298B9E
5#227384
6#1B5C69
7#14454F
8#0E2E35
9#07171A
Tints
Lighter variations
1#7FCEDE
2#8DD4E2
3#9CD9E5
4#AADFE9
5#B8E4ED
6#C6E9F0
7#D4EFF4
8#E3F4F8
9#F1FAFB
Tones
Muted variations
1#76C5D5
2#7CC2D0
3#81BECB
4#86BBC5
5#8BB7C0
6#91B4BB
7#96B0B6
8#9BADB0
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F4F8;
--sky-blue-200: #CAEBF1;
--sky-blue-300: #A2DBE7;
--sky-blue-400: #71C9DA;
--sky-blue-500: #49B9D0;
--sky-blue-600: #2E9CB2;
--sky-blue-700: #257C8E;
--sky-blue-800: #1A5965;
--sky-blue-900: #113941;
--sky-blue-950: #0A2429;
}