Sky Blue
#71DAD0
CyanColor Codes
All color formats for development
HEX
#71DAD0RGB
rgb(113, 218, 208)HSL
hsl(174, 59%, 65%)OKLCH
oklch(0.823 0.099 187.3)CMYK
cmyk(48%, 0%, 5%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4C7
2#3CCDBE
3#30B8AB
4#299E92
5#22847A
6#1B6962
7#144F49
8#0E3531
9#071A18
Tints
Lighter variations
1#7FDED5
2#8DE2D9
3#9CE5DE
4#AAE9E3
5#B8EDE7
6#C6F0EC
7#D4F4F1
8#E3F8F6
9#F1FBFA
Tones
Muted variations
1#76D5CC
2#7CD0C7
3#81CBC3
4#86C5BF
5#8BC0BB
6#91BBB7
7#96B6B2
8#9BB0AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F8F6;
--sky-blue-200: #CAF1ED;
--sky-blue-300: #A2E7E0;
--sky-blue-400: #71DAD0;
--sky-blue-500: #49D0C2;
--sky-blue-600: #2EB2A5;
--sky-blue-700: #258E83;
--sky-blue-800: #1A655E;
--sky-blue-900: #11413C;
--sky-blue-950: #0A2926;
}