Sky Blue
#95D7F3
BlueColor Codes
All color formats for development
HEX
#95D7F3RGB
rgb(149, 215, 243)HSL
hsl(198, 80%, 77%)OKLCH
oklch(0.845 0.077 226.4)CMYK
cmyk(39%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72CAEF
2#4FBCEB
3#2BAFE7
4#189CD4
5#1482B1
6#10688D
7#0C4E6A
8#083447
9#041A23
Tints
Lighter variations
1#A0DBF4
2#ABDFF6
3#B5E3F7
4#C0E7F8
5#CAEBF9
6#D5EFFA
7#DFF3FB
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD5EF
2#9FD3EA
3#A4D1E5
4#A8D0E1
5#ADCEDC
6#B2CCD7
7#B6CAD2
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C3E8F8;
--sky-blue-300: #95D7F3;
--sky-blue-400: #5EC2ED;
--sky-blue-500: #30B1E8;
--sky-blue-600: #1694CA;
--sky-blue-700: #1276A1;
--sky-blue-800: #0D5473;
--sky-blue-900: #083649;
--sky-blue-950: #05222E;
}