Sky Blue
#72DAC7
CyanColor Codes
All color formats for development
HEX
#72DAC7RGB
rgb(114, 218, 199)HSL
hsl(169, 58%, 65%)OKLCH
oklch(0.82 0.101 180.3)CMYK
cmyk(48%, 0%, 9%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3BC
2#3ECCB2
3#31B79F
4#2A9D88
5#238371
6#1C695B
7#154F44
8#0E342D
9#071A17
Tints
Lighter variations
1#80DDCC
2#8EE1D2
3#9CE5D7
4#AAE9DD
5#B8ECE3
6#C7F0E8
7#D5F4EE
8#E3F8F4
9#F1FBF9
Tones
Muted variations
1#77D4C3
2#7CCFC0
3#82CABD
4#87C5B9
5#8CC0B6
6#91BAB3
7#96B5B0
8#9BB0AC
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 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114038 | 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: #CBF1EA;
--sky-blue-300: #A2E6DA;
--sky-blue-400: #72DAC7;
--sky-blue-500: #4ACFB6;
--sky-blue-600: #2FB199;
--sky-blue-700: #258D7A;
--sky-blue-800: #1B6557;
--sky-blue-900: #114038;
--sky-blue-950: #0B2823;
}