Sky Blue
#71DABD
GreenColor Codes
All color formats for development
HEX
#71DABDRGB
rgb(113, 218, 189)HSL
hsl(163, 59%, 65%)OKLCH
oklch(0.817 0.107 173.3)CMYK
cmyk(48%, 0%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4B0
2#3CCDA4
3#30B892
4#299E7D
5#228468
6#1B6953
7#144F3E
8#0E352A
9#071A15
Tints
Lighter variations
1#7FDEC3
2#8DE2CA
3#9CE5D0
4#AAE9D7
5#B8EDDE
6#C6F0E4
7#D4F4EB
8#E3F8F2
9#F1FBF8
Tones
Muted variations
1#76D5BA
2#7CD0B8
3#81CBB6
4#86C5B3
5#8BC0B1
6#91BBAF
7#96B6AD
8#9BB0AA
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DABD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB28D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F8F2;
--sky-blue-200: #CAF1E6;
--sky-blue-300: #A2E7D3;
--sky-blue-400: #71DABD;
--sky-blue-500: #49D0AA;
--sky-blue-600: #2EB28D;
--sky-blue-700: #258E70;
--sky-blue-800: #1A6550;
--sky-blue-900: #114133;
--sky-blue-950: #0A2920;
}