Sky Blue
#72C0DA
BlueColor Codes
All color formats for development
HEX
#72C0DARGB
rgb(114, 192, 218)HSL
hsl(195, 58%, 65%)OKLCH
oklch(0.767 0.085 221.5)CMYK
cmyk(48%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58B4D3
2#3EA8CC
3#3196B7
4#2A809D
5#236B83
6#1C5669
7#15404F
8#0E2B34
9#07151A
Tints
Lighter variations
1#80C6DD
2#8ECCE1
3#9CD3E5
4#AAD9E9
5#B8DFEC
6#C7E6F0
7#D5ECF4
8#E3F2F8
9#F1F9FB
Tones
Muted variations
1#77BDD4
2#7CBACF
3#82B8CA
4#87B5C5
5#8CB3C0
6#91B0BA
7#96AEB5
8#9BABB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F2F8;
--sky-blue-200: #CBE7F1;
--sky-blue-300: #A2D5E6;
--sky-blue-400: #72C0DA;
--sky-blue-500: #4AAECF;
--sky-blue-600: #2F91B1;
--sky-blue-700: #25738D;
--sky-blue-800: #1B5265;
--sky-blue-900: #113540;
--sky-blue-950: #0B2128;
}