Sky Blue
#72DAC8
CyanColor Codes
All color formats for development
HEX
#72DAC8RGB
rgb(114, 218, 200)HSL
hsl(170, 58%, 65%)OKLCH
oklch(0.821 0.101 181)CMYK
cmyk(48%, 0%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3BE
2#3ECCB4
3#31B7A1
4#2A9D8A
5#238373
6#1C695C
7#154F45
8#0E342E
9#071A17
Tints
Lighter variations
1#80DDCE
2#8EE1D3
3#9CE5D9
4#AAE9DE
5#B8ECE4
6#C7F0E9
7#D5F4EF
8#E3F8F4
9#F1FBFA
Tones
Muted variations
1#77D4C5
2#7CCFC1
3#82CABE
4#87C5BA
5#8CC0B7
6#91BAB4
7#96B5B0
8#9BB0AD
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F4;
--sky-blue-200: #CBF1EB;
--sky-blue-300: #A2E6DB;
--sky-blue-400: #72DAC8;
--sky-blue-500: #4ACFB9;
--sky-blue-600: #2FB19C;
--sky-blue-700: #258D7C;
--sky-blue-800: #1B6558;
--sky-blue-900: #114039;
--sky-blue-950: #0B2823;
}