Sky Blue
#72B9DA
BlueColor Codes
All color formats for development
HEX
#72B9DARGB
rgb(114, 185, 218)HSL
hsl(199, 58%, 65%)OKLCH
oklch(0.751 0.086 229.4)CMYK
cmyk(48%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58ACD3
2#3E9FCC
3#318DB7
4#2A799D
5#236483
6#1C5069
7#153C4F
8#0E2834
9#07141A
Tints
Lighter variations
1#80C0DD
2#8EC7E1
3#9CCEE5
4#AAD5E9
5#B8DCEC
6#C7E3F0
7#D5EAF4
8#E3F1F8
9#F1F8FB
Tones
Muted variations
1#77B7D4
2#7CB5CF
3#82B3CA
4#87B1C5
5#8CAFC0
6#91ADBA
7#96ABB5
8#9BAAB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D1 #A2D1E6 | BordersInactive statesPlaceholder text |
| 400 | 72B9 #72B9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA5 #4AA5CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F88 #2F88B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 256C #256C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4D #1B4D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1131 #113140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F1F8;
--sky-blue-200: #CBE5F1;
--sky-blue-300: #A2D1E6;
--sky-blue-400: #72B9DA;
--sky-blue-500: #4AA5CF;
--sky-blue-600: #2F88B1;
--sky-blue-700: #256C8D;
--sky-blue-800: #1B4D65;
--sky-blue-900: #113140;
--sky-blue-950: #0B1F28;
}