Sky Blue
#95DCF3
BlueColor Codes
All color formats for development
HEX
#95DCF3RGB
rgb(149, 220, 243)HSL
hsl(195, 80%, 77%)OKLCH
oklch(0.856 0.078 220.2)CMYK
cmyk(39%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72D0EF
2#4FC4EB
3#2BB8E7
4#18A5D4
5#1489B1
6#106E8D
7#0C526A
8#083747
9#041B23
Tints
Lighter variations
1#A0DFF4
2#ABE3F6
3#B5E6F7
4#C0EAF8
5#CAEDF9
6#D5F1FA
7#DFF4FB
8#EAF8FD
9#F4FBFE
Tones
Muted variations
1#9AD9EF
2#9FD7EA
3#A4D5E5
4#A8D2E1
5#ADD0DC
6#B2CED7
7#B6CBD2
8#BBC9CE
9#C0C7C9
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 | C3EB #C3EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DC #95DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC9 #5EC9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30BA #30BAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169D #169DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127D #127DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0839 #083949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | 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: #C3EBF8;
--sky-blue-300: #95DCF3;
--sky-blue-400: #5EC9ED;
--sky-blue-500: #30BAE8;
--sky-blue-600: #169DCA;
--sky-blue-700: #127DA1;
--sky-blue-800: #0D5973;
--sky-blue-900: #083949;
--sky-blue-950: #05242E;
}