Sky Blue
#72B4DA
BlueColor Codes
All color formats for development
HEX
#72B4DARGB
rgb(114, 180, 218)HSL
hsl(202, 58%, 65%)OKLCH
oklch(0.74 0.087 234.9)CMYK
cmyk(48%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58A6D3
2#3E98CC
3#3186B7
4#2A739D
5#236083
6#1C4D69
7#15394F
8#0E2634
9#07131A
Tints
Lighter variations
1#80BBDD
2#8EC3E1
3#9CCAE5
4#AAD2E9
5#B8D9EC
6#C7E1F0
7#D5E8F4
8#E3F0F8
9#F1F7FB
Tones
Muted variations
1#77B2D4
2#7CB1CF
3#82AFCA
4#87AEC5
5#8CADC0
6#91ABBA
7#96AAB5
8#9BA9B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CD #A2CDE6 | BordersInactive statesPlaceholder text |
| 400 | 72B4 #72B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9E #4A9ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F82 #2F82B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4A #1B4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F8;
--sky-blue-200: #CBE3F1;
--sky-blue-300: #A2CDE6;
--sky-blue-400: #72B4DA;
--sky-blue-500: #4A9ECF;
--sky-blue-600: #2F82B1;
--sky-blue-700: #25678D;
--sky-blue-800: #1B4A65;
--sky-blue-900: #112F40;
--sky-blue-950: #0B1D28;
}