Sky Blue
#71CBDA
CyanColor Codes
All color formats for development
HEX
#71CBDARGB
rgb(113, 203, 218)HSL
hsl(189, 59%, 65%)OKLCH
oklch(0.792 0.089 209.4)CMYK
cmyk(48%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57C1D4
2#3CB7CD
3#30A4B8
4#298D9E
5#227584
6#1B5E69
7#14464F
8#0E2F35
9#07171A
Tints
Lighter variations
1#7FD0DE
2#8DD5E2
3#9CDAE5
4#AAE0E9
5#B8E5ED
6#C6EAF0
7#D4EFF4
8#E3F5F8
9#F1FAFB
Tones
Muted variations
1#76C7D5
2#7CC3D0
3#81C0CB
4#86BCC5
5#8BB8C0
6#91B4BB
7#96B1B6
8#9BADB0
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | 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: #F3FBFC;
--sky-blue-100: #E3F5F8;
--sky-blue-200: #CAECF1;
--sky-blue-300: #A2DDE7;
--sky-blue-400: #71CBDA;
--sky-blue-500: #49BCD0;
--sky-blue-600: #2E9FB2;
--sky-blue-700: #257E8E;
--sky-blue-800: #1A5A65;
--sky-blue-900: #113A41;
--sky-blue-950: #0A2429;
}