Sky Blue
#72DAD3
CyanColor Codes
All color formats for development
HEX
#72DAD3RGB
rgb(114, 218, 211)HSL
hsl(176, 58%, 65%)OKLCH
oklch(0.824 0.098 189.7)CMYK
cmyk(48%, 0%, 3%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3CA
2#3ECCC2
3#31B7AE
4#2A9D95
5#23837D
6#1C6964
7#154F4B
8#0E3432
9#071A19
Tints
Lighter variations
1#80DDD7
2#8EE1DB
3#9CE5E0
4#AAE9E4
5#B8ECE9
6#C7F0ED
7#D5F4F2
8#E3F8F6
9#F1FBFB
Tones
Muted variations
1#77D4CE
2#7CCFCA
3#82CAC5
4#87C5C1
5#8CC0BC
6#91BAB8
7#96B5B3
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 #A2E6E2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | 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: #A2E6E2;
--sky-blue-400: #72DAD3;
--sky-blue-500: #4ACFC6;
--sky-blue-600: #2FB1A9;
--sky-blue-700: #258D86;
--sky-blue-800: #1B6560;
--sky-blue-900: #11403D;
--sky-blue-950: #0B2826;
}