Sky Blue
#72C1DA
CyanColor Codes
All color formats for development
HEX
#72C1DARGB
rgb(114, 193, 218)HSL
hsl(194, 58%, 65%)OKLCH
oklch(0.769 0.085 220.4)CMYK
cmyk(48%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58B6D3
2#3EAACC
3#3198B7
4#2A829D
5#236D83
6#1C5769
7#15414F
8#0E2B34
9#07161A
Tints
Lighter variations
1#80C8DD
2#8ECEE1
3#9CD4E5
4#AADAE9
5#B8E0EC
6#C7E6F0
7#D5EDF4
8#E3F3F8
9#F1F9FB
Tones
Muted variations
1#77BFD4
2#7CBCCF
3#82B9CA
4#87B6C5
5#8CB4C0
6#91B1BA
7#96AEB5
8#9BABB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F8;
--sky-blue-200: #CBE8F1;
--sky-blue-300: #A2D6E6;
--sky-blue-400: #72C1DA;
--sky-blue-500: #4AB0CF;
--sky-blue-600: #2F93B1;
--sky-blue-700: #25758D;
--sky-blue-800: #1B5365;
--sky-blue-900: #113540;
--sky-blue-950: #0B2128;
}