Sky Blue
#72DAD4
CyanColor Codes
All color formats for development
HEX
#72DAD4RGB
rgb(114, 218, 212)HSL
hsl(177, 58%, 65%)OKLCH
oklch(0.824 0.098 190.5)CMYK
cmyk(48%, 0%, 3%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3CC
2#3ECCC4
3#31B7B1
4#2A9D97
5#23837E
6#1C6965
7#154F4C
8#0E3432
9#071A19
Tints
Lighter variations
1#80DDD9
2#8EE1DD
3#9CE5E1
4#AAE9E5
5#B8ECEA
6#C7F0EE
7#D5F4F2
8#E3F8F6
9#F1FBFB
Tones
Muted variations
1#77D4D0
2#7CCFCB
3#82CAC6
4#87C5C2
5#8CC0BD
6#91BAB8
7#96B5B4
8#9BB0AF
9#A1ABAA
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 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | 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: #CBF1EF;
--sky-blue-300: #A2E6E3;
--sky-blue-400: #72DAD4;
--sky-blue-500: #4ACFC8;
--sky-blue-600: #2FB1AB;
--sky-blue-700: #258D88;
--sky-blue-800: #1B6561;
--sky-blue-900: #11403E;
--sky-blue-950: #0B2827;
}