Sky Blue
#72C7DA
CyanColor Codes
All color formats for development
HEX
#72C7DARGB
rgb(114, 199, 218)HSL
hsl(191, 58%, 65%)OKLCH
oklch(0.783 0.087 213.8)CMYK
cmyk(48%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58BCD3
2#3EB2CC
3#319FB7
4#2A889D
5#237183
6#1C5B69
7#15444F
8#0E2D34
9#07171A
Tints
Lighter variations
1#80CCDD
2#8ED2E1
3#9CD7E5
4#AADDE9
5#B8E3EC
6#C7E8F0
7#D5EEF4
8#E3F4F8
9#F1F9FB
Tones
Muted variations
1#77C3D4
2#7CC0CF
3#82BDCA
4#87B9C5
5#8CB6C0
6#91B3BA
7#96B0B5
8#9BACB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F4F8;
--sky-blue-200: #CBEAF1;
--sky-blue-300: #A2DAE6;
--sky-blue-400: #72C7DA;
--sky-blue-500: #4AB6CF;
--sky-blue-600: #2F99B1;
--sky-blue-700: #257A8D;
--sky-blue-800: #1B5765;
--sky-blue-900: #113840;
--sky-blue-950: #0B2328;
}