Blue
#230BD5
BlueColor Codes
All color formats for development
HEX
#230BD5RGB
rgb(35, 11, 213)HSL
hsl(247, 90%, 44%)OKLCH
oklch(0.409 0.264 269.1)CMYK
cmyk(84%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0AC0
2#1C09AB
3#180895
4#150780
5#11066B
6#0E0455
7#0A0340
8#07022B
9#030115
Tints
Lighter variations
1#270DF0
2#3E26F4
3#5641F5
4#6E5CF6
5#8677F8
6#9E92F9
7#B7AEFB
8#CFC9FC
9#E7E4FE
Tones
Muted variations
1#2B15CB
2#321FC1
3#3A2AB7
4#4234AD
5#493EA3
6#514899
7#59528E
8#615C84
9#68667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFD;
--blue-200: #C7C0FC;
--blue-300: #9C90F9;
--blue-400: #6855F6;
--blue-500: #3D25F4;
--blue-600: #230BD5;
--blue-700: #1C09AA;
--blue-800: #140679;
--blue-900: #0D044E;
--blue-950: #080330;
}