Sky Blue
#60C9EB
BlueColor Codes
All color formats for development
HEX
#60C9EBRGB
rgb(96, 201, 235)HSL
hsl(195, 78%, 65%)OKLCH
oklch(0.787 0.108 222)CMYK
cmyk(59%, 14%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43BEE8
2#25B4E4
3#1AA1CF
4#168AB1
5#127394
6#0F5C76
7#0B4559
8#072E3B
9#04171E
Tints
Lighter variations
1#70CEED
2#80D3EF
3#90D9F1
4#A0DEF3
5#B0E4F5
6#BFE9F7
7#CFEFF9
8#DFF4FB
9#EFFAFD
Tones
Muted variations
1#67C5E4
2#6EC2DD
3#75BED6
4#7CBBD0
5#83B7C9
6#8AB4C2
7#91B0BB
8#98ADB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DB #97DBF2 | BordersInactive statesPlaceholder text |
| 400 | 60C9 #60C9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B9 #33B9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 199C #199CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 147C #147C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E59 #0E5971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EBF8;
--sky-blue-300: #97DBF2;
--sky-blue-400: #60C9EB;
--sky-blue-500: #33B9E6;
--sky-blue-600: #199CC8;
--sky-blue-700: #147C9F;
--sky-blue-800: #0E5971;
--sky-blue-900: #093949;
--sky-blue-950: #06232D;
}