Sky Blue
#60BBEB
BlueColor Codes
All color formats for development
HEX
#60BBEBRGB
rgb(96, 187, 235)HSL
hsl(201, 78%, 65%)OKLCH
oklch(0.755 0.111 233.9)CMYK
cmyk(59%, 20%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43AEE8
2#25A1E4
3#1A8FCF
4#167BB1
5#126694
6#0F5276
7#0B3D59
8#07293B
9#04141E
Tints
Lighter variations
1#70C1ED
2#80C8EF
3#90CFF1
4#A0D6F3
5#B0DDF5
6#BFE4F7
7#CFEAF9
8#DFF1FB
9#EFF8FD
Tones
Muted variations
1#67B9E4
2#6EB6DD
3#75B4D6
4#7CB2D0
5#83B0C9
6#8AAEC2
7#91ACBB
8#98AAB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C4E6F8;
--sky-blue-300: #97D2F2;
--sky-blue-400: #60BBEB;
--sky-blue-500: #33A7E6;
--sky-blue-600: #198AC8;
--sky-blue-700: #146E9F;
--sky-blue-800: #0E4F71;
--sky-blue-900: #093249;
--sky-blue-950: #061F2D;
}