Sky Blue
#72BCDA
BlueColor Codes
All color formats for development
HEX
#72BCDARGB
rgb(114, 188, 218)HSL
hsl(197, 58%, 65%)OKLCH
oklch(0.758 0.085 226)CMYK
cmyk(48%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58B0D3
2#3EA3CC
3#3191B7
4#2A7C9D
5#236883
6#1C5369
7#153E4F
8#0E2934
9#07151A
Tints
Lighter variations
1#80C3DD
2#8ECAE1
3#9CD0E5
4#AAD7E9
5#B8DEEC
6#C7E4F0
7#D5EBF4
8#E3F2F8
9#F1F8FB
Tones
Muted variations
1#77BAD4
2#7CB8CF
3#82B5CA
4#87B3C5
5#8CB1C0
6#91AFBA
7#96ACB5
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 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E6 | BordersInactive statesPlaceholder text |
| 400 | 72BC #72BCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA9 #4AA9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8C #2F8CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B50 #1B5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F8;
--sky-blue-200: #CBE6F1;
--sky-blue-300: #A2D3E6;
--sky-blue-400: #72BCDA;
--sky-blue-500: #4AA9CF;
--sky-blue-600: #2F8CB1;
--sky-blue-700: #25708D;
--sky-blue-800: #1B5065;
--sky-blue-900: #113340;
--sky-blue-950: #0B2028;
}