Sky Blue
#72B5DA
BlueColor Codes
All color formats for development
HEX
#72B5DARGB
rgb(114, 181, 218)HSL
hsl(201, 58%, 65%)OKLCH
oklch(0.742 0.087 233.8)CMYK
cmyk(48%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58A8D3
2#3E9ACC
3#3188B7
4#2A759D
5#236183
6#1C4E69
7#153A4F
8#0E2734
9#07131A
Tints
Lighter variations
1#80BDDD
2#8EC4E1
3#9CCBE5
4#AAD3E9
5#B8DAEC
6#C7E2F0
7#D5E9F4
8#E3F0F8
9#F1F8FB
Tones
Muted variations
1#77B4D4
2#7CB2CF
3#82B1CA
4#87AFC5
5#8CAEC0
6#91ACBA
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 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE6 | BordersInactive statesPlaceholder text |
| 400 | 72B5 #72B5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA0 #4AA0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F84 #2F84B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | 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: #CBE4F1;
--sky-blue-300: #A2CFE6;
--sky-blue-400: #72B5DA;
--sky-blue-500: #4AA0CF;
--sky-blue-600: #2F84B1;
--sky-blue-700: #25698D;
--sky-blue-800: #1B4B65;
--sky-blue-900: #113040;
--sky-blue-950: #0B1E28;
}