Sky Blue
#71DACB
CyanColor Codes
All color formats for development
HEX
#71DACBRGB
rgb(113, 218, 203)HSL
hsl(171, 59%, 65%)OKLCH
oklch(0.821 0.101 183.4)CMYK
cmyk(48%, 0%, 7%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4C1
2#3CCDB7
3#30B8A4
4#299E8D
5#228475
6#1B695E
7#144F46
8#0E352F
9#071A17
Tints
Lighter variations
1#7FDED0
2#8DE2D5
3#9CE5DA
4#AAE9E0
5#B8EDE5
6#C6F0EA
7#D4F4EF
8#E3F8F5
9#F1FBFA
Tones
Muted variations
1#76D5C7
2#7CD0C3
3#81CBC0
4#86C5BC
5#8BC0B8
6#91BBB4
7#96B6B1
8#9BB0AD
9#A0ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F8F5;
--sky-blue-200: #CAF1EC;
--sky-blue-300: #A2E7DD;
--sky-blue-400: #71DACB;
--sky-blue-500: #49D0BC;
--sky-blue-600: #2EB29F;
--sky-blue-700: #258E7E;
--sky-blue-800: #1A655A;
--sky-blue-900: #11413A;
--sky-blue-950: #0A2924;
}