Sky Blue
#72C5DA
CyanColor Codes
All color formats for development
HEX
#72C5DARGB
rgb(114, 197, 218)HSL
hsl(192, 58%, 65%)OKLCH
oklch(0.778 0.086 216)CMYK
cmyk(48%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58BAD3
2#3EAFCC
3#319CB7
4#2A869D
5#237083
6#1C5969
7#15434F
8#0E2D34
9#07161A
Tints
Lighter variations
1#80CBDD
2#8ED0E1
3#9CD6E5
4#AADCE9
5#B8E2EC
6#C7E8F0
7#D5EEF4
8#E3F3F8
9#F1F9FB
Tones
Muted variations
1#77C2D4
2#7CBFCF
3#82BBCA
4#87B8C5
5#8CB5C0
6#91B2BA
7#96AFB5
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 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E6 | BordersInactive statesPlaceholder text |
| 400 | 72C5 #72C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB4 #4AB4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F97 #2F97B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2578 #25788D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F8;
--sky-blue-200: #CBE9F1;
--sky-blue-300: #A2D9E6;
--sky-blue-400: #72C5DA;
--sky-blue-500: #4AB4CF;
--sky-blue-600: #2F97B1;
--sky-blue-700: #25788D;
--sky-blue-800: #1B5665;
--sky-blue-900: #113740;
--sky-blue-950: #0B2228;
}