Sky Blue
#72DAC1
CyanColor Codes
All color formats for development
HEX
#72DAC1RGB
rgb(114, 218, 193)HSL
hsl(166, 58%, 65%)OKLCH
oklch(0.819 0.104 175.9)CMYK
cmyk(48%, 0%, 11%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3B6
2#3ECCAA
3#31B798
4#2A9D82
5#23836D
6#1C6957
7#154F41
8#0E342B
9#071A16
Tints
Lighter variations
1#80DDC8
2#8EE1CE
3#9CE5D4
4#AAE9DA
5#B8ECE0
6#C7F0E6
7#D5F4ED
8#E3F8F3
9#F1FBF9
Tones
Muted variations
1#77D4BF
2#7CCFBC
3#82CAB9
4#87C5B6
5#8CC0B4
6#91BAB1
7#96B5AE
8#9BB0AB
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F3;
--sky-blue-200: #CBF1E8;
--sky-blue-300: #A2E6D6;
--sky-blue-400: #72DAC1;
--sky-blue-500: #4ACFB0;
--sky-blue-600: #2FB193;
--sky-blue-700: #258D75;
--sky-blue-800: #1B6553;
--sky-blue-900: #114035;
--sky-blue-950: #0B2821;
}