Sky Blue
#72BEDA
BlueColor Codes
All color formats for development
HEX
#72BEDARGB
rgb(114, 190, 218)HSL
hsl(196, 58%, 65%)OKLCH
oklch(0.762 0.085 223.7)CMYK
cmyk(48%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58B2D3
2#3EA6CC
3#3193B7
4#2A7E9D
5#236983
6#1C5469
7#153F4F
8#0E2A34
9#07151A
Tints
Lighter variations
1#80C4DD
2#8ECBE1
3#9CD1E5
4#AAD8E9
5#B8DEEC
6#C7E5F0
7#D5EBF4
8#E3F2F8
9#F1F8FB
Tones
Muted variations
1#77BBD4
2#7CB9CF
3#82B7CA
4#87B4C5
5#8CB2C0
6#91AFBA
7#96ADB5
8#9BABB0
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 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D4 #A2D4E6 | BordersInactive statesPlaceholder text |
| 400 | 72BE #72BEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAB #4AABCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8F #2F8FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2571 #25718D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B51 #1B5165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1134 #113440 | 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: #CBE7F1;
--sky-blue-300: #A2D4E6;
--sky-blue-400: #72BEDA;
--sky-blue-500: #4AABCF;
--sky-blue-600: #2F8FB1;
--sky-blue-700: #25718D;
--sky-blue-800: #1B5165;
--sky-blue-900: #113440;
--sky-blue-950: #0B2028;
}